aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/timeb.h
diff options
context:
space:
mode:
authorAlfred Perlstein <alfred@FreeBSD.org>2002-03-19 20:18:42 +0000
committerAlfred Perlstein <alfred@FreeBSD.org>2002-03-19 20:18:42 +0000
commit789f12fe69217e4b81da4c0f556e7edd21133f9a (patch)
tree233cfc0a5493dd5fb7407b0b8be25bcdc426772d /sys/sys/timeb.h
parentbe1673823fec2f9d75e18cf03c6ff04f671753ef (diff)
downloadsrc-789f12fe69217e4b81da4c0f556e7edd21133f9a.tar.gz
src-789f12fe69217e4b81da4c0f556e7edd21133f9a.zip
Remove __P
Notes
Notes: svn path=/head/; revision=92719
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 238e90e5144d..94aa0dfb7af0 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 */