diff options
Diffstat (limited to 'src/regress/lib/libc/sys/t_syscall.c')
-rw-r--r-- | src/regress/lib/libc/sys/t_syscall.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/regress/lib/libc/sys/t_syscall.c b/src/regress/lib/libc/sys/t_syscall.c index 454905837f..a8e3cd1288 100644 --- a/src/regress/lib/libc/sys/t_syscall.c +++ b/src/regress/lib/libc/sys/t_syscall.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: t_syscall.c,v 1.3 2021/09/02 12:40:44 mbuhl Exp $ */ | 1 | /* $OpenBSD: t_syscall.c,v 1.4 2021/12/13 16:56:48 deraadt Exp $ */ |
2 | /* $NetBSD: t_syscall.c,v 1.4 2021/01/18 05:44:20 simonb Exp $ */ | 2 | /* $NetBSD: t_syscall.c,v 1.4 2021/01/18 05:44:20 simonb Exp $ */ |
3 | 3 | ||
4 | /*- | 4 | /*- |
@@ -32,10 +32,6 @@ | |||
32 | 32 | ||
33 | #include "macros.h" | 33 | #include "macros.h" |
34 | 34 | ||
35 | #include <sys/cdefs.h> | ||
36 | __RCSID("$NetBSD: t_syscall.c,v 1.4 2021/01/18 05:44:20 simonb Exp $"); | ||
37 | |||
38 | |||
39 | #include "atf-c.h" | 35 | #include "atf-c.h" |
40 | #include <stdio.h> | 36 | #include <stdio.h> |
41 | #include <unistd.h> | 37 | #include <unistd.h> |