summaryrefslogtreecommitdiffstats
path: root/sys/sys/timex.h
diff options
context:
space:
mode:
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