diff options
Diffstat (limited to 'src/regress/lib/libc/sys/t_clock_gettime.c')
-rw-r--r-- | src/regress/lib/libc/sys/t_clock_gettime.c | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/src/regress/lib/libc/sys/t_clock_gettime.c b/src/regress/lib/libc/sys/t_clock_gettime.c index b75be63e4c..11105d2240 100644 --- a/src/regress/lib/libc/sys/t_clock_gettime.c +++ b/src/regress/lib/libc/sys/t_clock_gettime.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: t_clock_gettime.c,v 1.2 2021/09/02 12:40:44 mbuhl Exp $ */ | 1 | /* $OpenBSD: t_clock_gettime.c,v 1.3 2021/12/13 16:56:48 deraadt Exp $ */ |
2 | /* $NetBSD: t_clock_gettime.c,v 1.3 2017/01/13 21:30:41 christos Exp $ */ | 2 | /* $NetBSD: t_clock_gettime.c,v 1.3 2017/01/13 21:30:41 christos Exp $ */ |
3 | 3 | ||
4 | /*- | 4 | /*- |
@@ -58,12 +58,6 @@ | |||
58 | 58 | ||
59 | #include "macros.h" | 59 | #include "macros.h" |
60 | 60 | ||
61 | #include <sys/cdefs.h> | ||
62 | __COPYRIGHT("@(#) Copyright (c) 2008\ | ||
63 | The NetBSD Foundation, inc. All rights reserved."); | ||
64 | __RCSID("$NetBSD: t_clock_gettime.c,v 1.3 2017/01/13 21:30:41 christos Exp $"); | ||
65 | |||
66 | #include <sys/param.h> | ||
67 | #include <sys/sysctl.h> | 61 | #include <sys/sysctl.h> |
68 | 62 | ||
69 | 63 | ||