diff options
author | Cy Schubert <cy@FreeBSD.org> | 2024-05-10 15:15:56 +0000 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2024-05-26 22:55:52 +0000 |
commit | 1f833b3fc9968c3dd7ed79ccf0525ebf16c891ad (patch) | |
tree | 85801af20e3b694584668aeb39ecec75ee71f72c /tests/libntp/clocktime.c | |
parent | ab1f1aa8333369a83ff284848fc3fc2e52d5f29f (diff) |
Diffstat (limited to 'tests/libntp/clocktime.c')
-rw-r--r-- | tests/libntp/clocktime.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/libntp/clocktime.c b/tests/libntp/clocktime.c index ed2d4b2b187d..50934273f662 100644 --- a/tests/libntp/clocktime.c +++ b/tests/libntp/clocktime.c @@ -28,7 +28,7 @@ void test_AlwaysInLimit(void); */ void -setUp() +setUp(void) { ntpcal_set_timefunc(timefunc); settime(2000, 1, 1, 0, 0, 0); @@ -37,7 +37,7 @@ setUp() } void -tearDown() +tearDown(void) { ntpcal_set_timefunc(NULL); |