diff options
author | Christopher Faylor <me@cgf.cx> | 2004-03-21 17:58:14 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2004-03-21 17:58:14 +0000 |
commit | 0cf94b8c624b506c63d2c917aa7f65042b0eb0c1 (patch) | |
tree | 285870ae3bd424ba2aa898ab6a6640672430affd | |
parent | c795774c91303368f36369f7dac0d18aa25a5996 (diff) | |
download | cygnal-0cf94b8c624b506c63d2c917aa7f65042b0eb0c1.tar.gz cygnal-0cf94b8c624b506c63d2c917aa7f65042b0eb0c1.tar.bz2 cygnal-0cf94b8c624b506c63d2c917aa7f65042b0eb0c1.zip |
* cygcheck.cc (dump_sysinfo): Remove "Win95/NT" from output.
-rw-r--r-- | winsup/utils/ChangeLog | 4 | ||||
-rw-r--r-- | winsup/utils/cygcheck.cc | 2 |
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)); |