summaryrefslogtreecommitdiffstats
path: root/sys/sys/timex.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/timex.h
parent3f502bc0e38e05c234115d22c39f02e6a4ab4fcb (diff)
downloadFreeBSD-src-3b2d03b60a11ce28e58a87212bcccedd306f2c81.zip
FreeBSD-src-3b2d03b60a11ce28e58a87212bcccedd306f2c81.tar.gz
Remove __P
Diffstat (limited to 'sys/sys/timex.h')
-rw-r--r--sys/sys/timex.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/sys/timex.h b/sys/sys/timex.h
index 78b27f4..7cdeea0 100644
--- a/sys/sys/timex.h
+++ b/sys/sys/timex.h
@@ -221,13 +221,13 @@ struct timex {
#ifdef _KERNEL
struct timecounter;
-void ntp_update_second __P((struct timecounter *tc));
+void ntp_update_second(struct timecounter *tc);
#else /* !_KERNEL */
#include <sys/cdefs.h>
__BEGIN_DECLS
-int ntp_adjtime __P((struct timex *));
-int ntp_gettime __P((struct ntptimeval *));
+int ntp_adjtime(struct timex *);
+int ntp_gettime(struct ntptimeval *);
__END_DECLS
#endif /* _KERNEL */
OpenPOWER on IntegriCloud