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/fstab.h | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'include/fstab.h') diff --git a/include/fstab.h b/include/fstab.h index c2bb06a1a139..a269d420a3a8 100644 --- a/include/fstab.h +++ b/include/fstab.h @@ -31,6 +31,7 @@ * SUCH DAMAGE. * * @(#)fstab.h 8.1 (Berkeley) 6/2/93 + * $FreeBSD$ */ #ifndef _FSTAB_H_ @@ -69,11 +70,11 @@ struct fstab { #include __BEGIN_DECLS -struct fstab *getfsent __P((void)); -struct fstab *getfsspec __P((const char *)); -struct fstab *getfsfile __P((const char *)); -int setfsent __P((void)); -void endfsent __P((void)); +struct fstab *getfsent(void); +struct fstab *getfsspec(const char *); +struct fstab *getfsfile(const char *); +int setfsent(void); +void endfsent(void); __END_DECLS #endif /* !_FSTAB_H_ */ -- cgit v1.2.3