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/utime.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include/utime.h') diff --git a/include/utime.h b/include/utime.h index 1ea12d0cb16b..64511c074fa8 100644 --- a/include/utime.h +++ b/include/utime.h @@ -31,6 +31,7 @@ * SUCH DAMAGE. * * @(#)utime.h 8.1 (Berkeley) 6/2/93 + * $FreeBSD$ */ #ifndef _UTIME_H_ @@ -44,7 +45,7 @@ struct utimbuf { #include __BEGIN_DECLS -int utime __P((const char *, const struct utimbuf *)); +int utime(const char *, const struct utimbuf *); __END_DECLS #endif /* !_UTIME_H_ */ -- cgit v1.2.3