aboutsummaryrefslogtreecommitdiff
path: root/include/fnmatch.h
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>1997-01-02 19:05:16 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>1997-01-02 19:05:16 +0000
commit791a338bdbdbefc05fe4a141f369d314b54298a1 (patch)
treef643b156f3c36c8aa57969ef60c739a06bb95401 /include/fnmatch.h
parent6714d7359698b4e17d60a15b48927a82a6e4d3f9 (diff)
downloadsrc-791a338bdbdbefc05fe4a141f369d314b54298a1.tar.gz
src-791a338bdbdbefc05fe4a141f369d314b54298a1.zip
Oops, remove FNM_NOCASE alias: really I can't remember any system
with this define, it was ftpd-inspired.
Notes
Notes: svn path=/head/; revision=21229
Diffstat (limited to 'include/fnmatch.h')
-rw-r--r--include/fnmatch.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/fnmatch.h b/include/fnmatch.h
index 2cf71d148383..2037f1c57774 100644
--- a/include/fnmatch.h
+++ b/include/fnmatch.h
@@ -44,7 +44,6 @@
#ifndef _POSIX_SOURCE
#define FNM_LEADING_DIR 0x08 /* Ignore /<tail> after Imatch. */
#define FNM_CASEFOLD 0x10 /* Case insensitive search. */
-#define FNM_NOCASE FNM_CASEFOLD
#define FNM_IGNORECASE FNM_CASEFOLD
#endif