Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2004-03-21 20:58:14 +0300
committerChristopher Faylor <me@cgf.cx>2004-03-21 20:58:14 +0300
commit0cf94b8c624b506c63d2c917aa7f65042b0eb0c1 (patch)
tree285870ae3bd424ba2aa898ab6a6640672430affd /winsup/utils
parentc795774c91303368f36369f7dac0d18aa25a5996 (diff)
* cygcheck.cc (dump_sysinfo): Remove "Win95/NT" from output.
Diffstat (limited to 'winsup/utils')
-rw-r--r--winsup/utils/ChangeLog4
-rw-r--r--winsup/utils/cygcheck.cc2
2 files changed, 5 insertions, 1 deletions
diff --git a/winsup/utils/ChangeLog b/winsup/utils/ChangeLog
index 825efbaa3..af668e751 100644
--- a/winsup/utils/ChangeLog
+++ b/winsup/utils/ChangeLog
@@ -1,3 +1,7 @@
+2004-03-21 Christopher Faylor <cgf@redhat.com>
+
+ * cygcheck.cc (dump_sysinfo): Remove "Win95/NT" from output.
+
2004-03-15 Christopher Faylor <cgf@redhat.com>
* cygpath.cc (usage): Don't issue helpful message if -i is used.
diff --git a/winsup/utils/cygcheck.cc b/winsup/utils/cygcheck.cc
index 5c6131799..924c3ce9b 100644
--- a/winsup/utils/cygcheck.cc
+++ b/winsup/utils/cygcheck.cc
@@ -852,7 +852,7 @@ dump_sysinfo ()
time_t now;
char *found_cygwin_dll;
- printf ("\nCygwin Win95/NT Configuration Diagnostics\n");
+ printf ("\nCygwin Configuration Diagnostics\n");
time (&now);
printf ("Current System Time: %s\n", ctime (&now));