From bb28f3c29b4c91af1b0e79e456294bb08735648a Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Sat, 23 Mar 2002 17:24:55 +0000 Subject: Breath deep and take __P out of the system include files. # This appears to not break X11, but I'm having problems compiling the # glide part of the server with or without this patch, so I can't tell # for sure. --- include/fnmatch.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/fnmatch.h') diff --git a/include/fnmatch.h b/include/fnmatch.h index 49102b34b80d..9b74456742da 100644 --- a/include/fnmatch.h +++ b/include/fnmatch.h @@ -53,7 +53,7 @@ #include __BEGIN_DECLS -int fnmatch __P((const char *, const char *, int)); +int fnmatch(const char *, const char *, int); __END_DECLS #endif /* !_FNMATCH_H_ */ -- cgit v1.2.3