about summary refs log tree commit diff
path: root/sysdeps/mach/adjtime.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/mach/adjtime.c')
-rw-r--r--sysdeps/mach/adjtime.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/sysdeps/mach/adjtime.c b/sysdeps/mach/adjtime.c
index 726ee82760..52886109d7 100644
--- a/sysdeps/mach/adjtime.c
+++ b/sysdeps/mach/adjtime.c
@@ -24,9 +24,7 @@
    of time adjustment remaining to be done from the last `__adjtime' call.
    This call is restricted to the super-user.  */
 int
-__adjtime (delta, olddelta)
-     const struct timeval *delta;
-     struct timeval *olddelta;
+__adjtime (const struct timeval *delta, struct timeval *olddelta)
 {
   error_t err;
   mach_port_t hostpriv;