* cygcheck.cc (dump_sysinfo): Remove "Win95/NT" from output.

This commit is contained in:
Christopher Faylor 2004-03-21 17:58:14 +00:00
parent c795774c91
commit 0cf94b8c62
2 changed files with 5 additions and 1 deletions

View 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.

View 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));