summaryrefslogtreecommitdiffstats
path: root/include/fnmatch.h
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1996-12-05 14:46:57 +0000
committerache <ache@FreeBSD.org>1996-12-05 14:46:57 +0000
commit7b950ca770d69e3fcbd81db748b5fe0b64dbf117 (patch)
treec8a7b4c15d599690e8e64d7d5126b5718863968b /include/fnmatch.h
parent10a6974722de8e7610381c5ea84c1b5287f2a49e (diff)
downloadFreeBSD-src-7b950ca770d69e3fcbd81db748b5fe0b64dbf117.zip
FreeBSD-src-7b950ca770d69e3fcbd81db748b5fe0b64dbf117.tar.gz
Fix compiler warning: /* inside comment
2.2 candidate
Diffstat (limited to 'include/fnmatch.h')
-rw-r--r--include/fnmatch.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/fnmatch.h b/include/fnmatch.h
index 7b3224a..151aabe 100644
--- a/include/fnmatch.h
+++ b/include/fnmatch.h
@@ -42,7 +42,7 @@
#define FNM_PATHNAME 0x02 /* Slash must be matched by slash. */
#define FNM_PERIOD 0x04 /* Period must be matched by period. */
#ifndef _POSIX_SOURCE
-#define FNM_LEADING_DIR 0x08 /* Ignore "/*" after match. */
+#define FNM_LEADING_DIR 0x08 /* Ignore /<tail> after Imatch. */
#define FNM_CASEFOLD 0x10 /* Case insensitive search. */
#endif
OpenPOWER on IntegriCloud