summaryrefslogtreecommitdiffstats
path: root/sys/sys/timeb.h
diff options
context:
space:
mode:
authoralfred <alfred@FreeBSD.org>2002-03-19 20:18:42 +0000
committeralfred <alfred@FreeBSD.org>2002-03-19 20:18:42 +0000
commit3b2d03b60a11ce28e58a87212bcccedd306f2c81 (patch)
tree233cfc0a5493dd5fb7407b0b8be25bcdc426772d /sys/sys/timeb.h
parent3f502bc0e38e05c234115d22c39f02e6a4ab4fcb (diff)
downloadFreeBSD-src-3b2d03b60a11ce28e58a87212bcccedd306f2c81.zip
FreeBSD-src-3b2d03b60a11ce28e58a87212bcccedd306f2c81.tar.gz
Remove __P
Diffstat (limited to 'sys/sys/timeb.h')
-rw-r--r--sys/sys/timeb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sys/timeb.h b/sys/sys/timeb.h
index 238e90e..94aa0df 100644
--- a/sys/sys/timeb.h
+++ b/sys/sys/timeb.h
@@ -54,7 +54,7 @@ struct timeb {
#include <sys/cdefs.h>
__BEGIN_DECLS
-int ftime __P((struct timeb *));
+int ftime(struct timeb *);
__END_DECLS
#endif /* _KERNEL */
OpenPOWER on IntegriCloud