diff options
author | Christopher Faylor <me@cgf.cx> | 2001-12-19 20:10:03 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2001-12-19 20:10:03 +0000 |
commit | 4b31ae795b3f7bc50b0b8ae9a94740a1d356ab1a (patch) | |
tree | e811bac135784b3ca659233a3c82bcd5026b6002 /winsup/cygwin/glob.c | |
parent | 13b918be74379ab8ad7b87e1639829a8c9f1f690 (diff) | |
download | cygnal-4b31ae795b3f7bc50b0b8ae9a94740a1d356ab1a.tar.gz cygnal-4b31ae795b3f7bc50b0b8ae9a94740a1d356ab1a.tar.bz2 cygnal-4b31ae795b3f7bc50b0b8ae9a94740a1d356ab1a.zip |
Fix up comments.
Diffstat (limited to 'winsup/cygwin/glob.c')
-rw-r--r-- | winsup/cygwin/glob.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/winsup/cygwin/glob.c b/winsup/cygwin/glob.c index c458e78be..c8a6ffbaa 100644 --- a/winsup/cygwin/glob.c +++ b/winsup/cygwin/glob.c @@ -63,10 +63,6 @@ * Number of matches in the current invocation of glob. */ -/* CYGNUS LOCAL: don't include */ -/* #include "namespace.h" */ -/* end CYGNUS LOCAL */ - #include "winsup.h" #include <sys/param.h> |