aboutsummaryrefslogtreecommitdiff
path: root/include/utime.h
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2002-03-23 17:24:55 +0000
committerWarner Losh <imp@FreeBSD.org>2002-03-23 17:24:55 +0000
commitbb28f3c29b4c91af1b0e79e456294bb08735648a (patch)
treeb4ea687a7ecac173665d9f3a8a858a98631f494e /include/utime.h
parent194788fafcb927f0affa1a56e21a1e8373f81f9c (diff)
downloadsrc-bb28f3c29b4c91af1b0e79e456294bb08735648a.tar.gz
src-bb28f3c29b4c91af1b0e79e456294bb08735648a.zip
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.
Notes
Notes: svn path=/head/; revision=93032
Diffstat (limited to 'include/utime.h')
-rw-r--r--include/utime.h3
1 files changed, 2 insertions, 1 deletions
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 <sys/cdefs.h>
__BEGIN_DECLS
-int utime __P((const char *, const struct utimbuf *));
+int utime(const char *, const struct utimbuf *);
__END_DECLS
#endif /* !_UTIME_H_ */