summaryrefslogtreecommitdiff
path: root/include/fnmatch.h
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>2003-12-18 10:41:39 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>2003-12-18 10:41:39 +0000
commit3a5c2520648d8f78d4f6b7dbe2f6504ca2aaf990 (patch)
tree53bff5544aa977d51c928781326a366039a2ebda /include/fnmatch.h
parent85a1bad78e9d435b671758f8f0984d1dd82b2fc4 (diff)
downloadsrc-test2-3a5c2520648d8f78d4f6b7dbe2f6504ca2aaf990.tar.gz
src-test2-3a5c2520648d8f78d4f6b7dbe2f6504ca2aaf990.zip
Notes
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 3958338c11a9..f905ff6e3c26 100644
--- a/include/fnmatch.h
+++ b/include/fnmatch.h
@@ -46,7 +46,7 @@
#define FNM_PERIOD 0x04 /* Period must be matched by period. */
#if __XSI_VISIBLE
-#define FNM_NOSYS -1 /* Reserved. */
+#define FNM_NOSYS (-1) /* Reserved. */
#endif
#if __BSD_VISIBLE