about summary refs log tree commit diff
path: root/sysdeps/mach/hurd/adjtime.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/mach/hurd/adjtime.c')
-rw-r--r--sysdeps/mach/hurd/adjtime.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/sysdeps/mach/hurd/adjtime.c b/sysdeps/mach/hurd/adjtime.c
index cdf62cae8c..02dd342b56 100644
--- a/sysdeps/mach/hurd/adjtime.c
+++ b/sysdeps/mach/hurd/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;