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:
authorBas van Gompel <cygwin-patch.buzz@bavag.tmfweb.nl>2004-10-22 05:29:10 +0400
committerBas van Gompel <cygwin-patch.buzz@bavag.tmfweb.nl>2004-10-22 05:29:10 +0400
commitbe1d479e0974838b653d0ff5e285ff2489f55994 (patch)
treec861cb3cf51474e13937b622354ca59f47423070 /winsup/utils
parent92b3d79a08a0b5e375e144613377f277871528b4 (diff)
* cygcheck.cc (dump_sysinfo): In legend for drive-list: Add ``ram'' and
``unk''. Use single puts. Add leading newline. Line up equal-signs.
Diffstat (limited to 'winsup/utils')
-rw-r--r--winsup/utils/ChangeLog5
-rw-r--r--winsup/utils/cygcheck.cc9
2 files changed, 10 insertions, 4 deletions
diff --git a/winsup/utils/ChangeLog b/winsup/utils/ChangeLog
index 9f5cc49d3..eab552c56 100644
--- a/winsup/utils/ChangeLog
+++ b/winsup/utils/ChangeLog
@@ -1,3 +1,8 @@
+2004-10-22 Bas van Gompel <cygwin-patch.buzz@bavag.tmfweb.nl>
+
+ * cygcheck.cc (dump_sysinfo): In legend for drive-list: Add ``ram'' and
+ ``unk''. Use single puts. Add leading newline. Line up equal-signs.
+
2004-10-20 Bas van Gompel <cygwin-patch.buzz@bavag.tmfweb.nl>
* cygcheck.cc (dump_sysinfo): Allow for larger drives in drive-list.
diff --git a/winsup/utils/cygcheck.cc b/winsup/utils/cygcheck.cc
index 1700f167b..7aca0db4f 100644
--- a/winsup/utils/cygcheck.cc
+++ b/winsup/utils/cygcheck.cc
@@ -1160,10 +1160,11 @@ dump_sysinfo ()
SetErrorMode (prev_mode);
if (givehelp)
{
- printf ("fd=floppy, hd=hard drive, cd=CD-ROM, net=Network Share\n");
- printf ("CP=Case Preserving, CS=Case Sensitive, UN=Unicode\n");
- printf
- ("PA=Persistent ACLS, FC=File Compression, VC=Volume Compression\n");
+ puts (
+ "fd = floppy, hd = hard drive, cd = CD-ROM\n"
+ "net= Network Share, ram= RAM drive, unk= Unknown\n"
+ "CP = Case Preserving, CS = Case Sensitive, UN = Unicode\n"
+ "PA = Persistent ACLS, FC = File Compression, VC = Volume Compression");
}
printf ("\n");