OSDN Git Service

* cygcheck.cc (dump_sysinfo): Remove "Win95/NT" from output.
authorcgf <cgf>
Sun, 21 Mar 2004 17:58:14 +0000 (17:58 +0000)
committercgf <cgf>
Sun, 21 Mar 2004 17:58:14 +0000 (17:58 +0000)
winsup/utils/ChangeLog
winsup/utils/cygcheck.cc

index 825efba..af668e7 100644 (file)
@@ -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.
index 5c61317..924c3ce 100644 (file)
@@ -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));