NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

lib/39534: Typo in include/glob.h



>Number:         39534
>Category:       lib
>Synopsis:       Typo in include/glob.h
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    lib-bug-people
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Sat Sep 13 15:55:00 +0000 2008
>Originator:     Henning Petersen
>Release:        Netbsd-current
>Organization:
>Environment:
>Description:
Compile with -Wsystem-headers I found typo in glob.h.
>How-To-Repeat:

>Fix:
diff -u -r1.23 glob.h
--- include/glob.h      22 Feb 2008 18:33:51 -0000      1.23
+++ include/glob.h      13 Sep 2008 15:29:14 -0000
@@ -92,7 +92,7 @@
 #define        GLOB_TILDE      0x0800  /* Expand tilde names from the passwd 
file. */
 /*     GLOB_NOESCAPE   0x1000  above */
 #define        GLOB_PERIOD     0x2000  /* Allow metachars to match leading 
periods. */
-#define        GLOB_NO_DOTDIRS 0x4000  /* Make . and .. vanish from wildcards. 
*=
+#define        GLOB_NO_DOTDIRS 0x4000  /* Make . and .. vanish from wildcards. 
*/
 #define        GLOB_QUOTE      0       /* source compatibility */
 
 #define        GLOB_ABEND      GLOB_ABORTED    /* source compatibility */



Home | Main Index | Thread Index | Old Index