From bb06cdab42c1b856ec0181d9d8f80d4b5ec84fe6 Mon Sep 17 00:00:00 2001 From: Mateusz Guzik Date: Mon, 13 Feb 2023 18:24:13 +0000 Subject: ntptime: ansify Sponsored by: Rubicon Communications, LLC ("Netgate") --- cpukit/score/src/kern_ntptime.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/cpukit/score/src/kern_ntptime.c b/cpukit/score/src/kern_ntptime.c index 0d982e397b..44d56cf59e 100644 --- a/cpukit/score/src/kern_ntptime.c +++ b/cpukit/score/src/kern_ntptime.c @@ -782,8 +782,7 @@ RTEMS_SYSINIT_ITEM(_NTP_Initialize, RTEMS_SYSINIT_DEVICE_DRIVERS, * is selected by the STA_MODE status bit. */ static void -hardupdate(offset) - long offset; /* clock offset (ns) */ +hardupdate(long offset /* clock offset (ns) */) { long mtemp; l_fp ftemp; -- cgit v1.2.3