very small passwd patch

Joshua Daniel Franklin joshua@iocc.com
Mon Sep 2 06:30:00 GMT 2002


I thought there was some mention of this already, but I guess
not. This adds a note about passwd not working with Win9x/ME.

ChangeLog:

2002-09-02  Joshua Daniel Franklin <joshuadfranklin@yahoo.com>

	* passwd.c (usage): Add note about Win9x/ME not working.
-------------- next part --------------
--- passwd.c-orig	2002-09-02 08:23:40.000000000 -0500
+++ passwd.c	2002-09-02 08:24:38.000000000 -0500
@@ -259,6 +259,8 @@ usage (FILE * stream, int status)
   "Other options:\n"
   " -h, --help      output usage information and exit\n"
   " -v, --version   output version information and exit\n"
+  "\n"
+  "Note: passwd does not work on Win9x/ME systems.\n"
   "", prog_name, prog_name);
   exit (status);
 }


More information about the Cygwin-patches mailing list