summaryrefslogtreecommitdiff
path: root/include/fnmatch.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/fnmatch.h')
-rw-r--r--include/fnmatch.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/fnmatch.h b/include/fnmatch.h
index 70a5fec6d7c..579e752ce65 100644
--- a/include/fnmatch.h
+++ b/include/fnmatch.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: fnmatch.h,v 1.5 2000/03/24 17:13:23 millert Exp $ */
+/* $OpenBSD: fnmatch.h,v 1.6 2002/02/16 21:27:17 millert Exp $ */
/* $NetBSD: fnmatch.h,v 1.5 1994/10/26 00:55:53 cgd Exp $ */
/*-
@@ -55,7 +55,7 @@
#include <sys/cdefs.h>
__BEGIN_DECLS
-int fnmatch __P((const char *, const char *, int));
+int fnmatch(const char *, const char *, int);
__END_DECLS
#endif /* !_FNMATCH_H_ */