summaryrefslogtreecommitdiff
path: root/gnu/usr.sbin/mkisofs/match.h
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>1997-09-22 05:25:50 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>1997-09-22 05:25:50 +0000
commit60e1b12fa81aba493d57be4b0633f029018d923d (patch)
tree66df962ef585aa89db467dcc628841dfa6ba7f22 /gnu/usr.sbin/mkisofs/match.h
parent49eb8826b3b85644bd7d1b814cd88e1a32edfdc7 (diff)
Use our own fnmatch().
Diffstat (limited to 'gnu/usr.sbin/mkisofs/match.h')
-rw-r--r--gnu/usr.sbin/mkisofs/match.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.sbin/mkisofs/match.h b/gnu/usr.sbin/mkisofs/match.h
index 395d42d0144..68314d26340 100644
--- a/gnu/usr.sbin/mkisofs/match.h
+++ b/gnu/usr.sbin/mkisofs/match.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: match.h,v 1.1 1997/09/15 06:01:53 downsj Exp $ */
+/* $OpenBSD: match.h,v 1.2 1997/09/22 05:25:49 millert Exp $ */
/*
* 27th March 1996. Added by Jan-Piet Mens for matching regular expressions
* in paths.
@@ -9,7 +9,7 @@
* $From: match.h,v 1.1 1997/02/23 15:56:12 eric Rel $
*/
-#include "fnmatch.h"
+#include <fnmatch.h>
void add_match();
int matches();