aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>1996-12-05 14:46:57 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>1996-12-05 14:46:57 +0000
commit00b18da210c80a3cc68b1624375cbe8e06f74651 (patch)
treec8a7b4c15d599690e8e64d7d5126b5718863968b /include
parent999a6c4cad8ddd69efb690023cf189c3752dfd3b (diff)
downloadsrc-00b18da210c80a3cc68b1624375cbe8e06f74651.tar.gz
src-00b18da210c80a3cc68b1624375cbe8e06f74651.zip
Fix compiler warning: /* inside comment
2.2 candidate
Notes
Notes: svn path=/head/; revision=20154
Diffstat (limited to 'include')
-rw-r--r--include/fnmatch.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/fnmatch.h b/include/fnmatch.h
index 7b3224aba1fe..151aabe166a9 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