diff options
Diffstat (limited to 'src/regress/lib/libc/sys/t_minherit.c')
-rw-r--r-- | src/regress/lib/libc/sys/t_minherit.c | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/src/regress/lib/libc/sys/t_minherit.c b/src/regress/lib/libc/sys/t_minherit.c index dd9ddf1d1e..578092352c 100644 --- a/src/regress/lib/libc/sys/t_minherit.c +++ b/src/regress/lib/libc/sys/t_minherit.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: t_minherit.c,v 1.1 2021/09/02 12:40:44 mbuhl Exp $ */ | 1 | /* $OpenBSD: t_minherit.c,v 1.2 2021/12/13 16:56:48 deraadt Exp $ */ |
2 | /* $NetBSD: t_minherit.c,v 1.1 2014/07/18 12:34:52 christos Exp $ */ | 2 | /* $NetBSD: t_minherit.c,v 1.1 2014/07/18 12:34:52 christos Exp $ */ |
3 | 3 | ||
4 | /*- | 4 | /*- |
@@ -31,10 +31,6 @@ | |||
31 | */ | 31 | */ |
32 | #include "macros.h" | 32 | #include "macros.h" |
33 | 33 | ||
34 | #include <sys/cdefs.h> | ||
35 | __RCSID("$NetBSD: t_minherit.c,v 1.1 2014/07/18 12:34:52 christos Exp $"); | ||
36 | |||
37 | #include <sys/param.h> | ||
38 | #include <sys/mman.h> | 34 | #include <sys/mman.h> |
39 | #include <sys/sysctl.h> | 35 | #include <sys/sysctl.h> |
40 | #include <sys/wait.h> | 36 | #include <sys/wait.h> |
@@ -43,6 +39,7 @@ __RCSID("$NetBSD: t_minherit.c,v 1.1 2014/07/18 12:34:52 christos Exp $"); | |||
43 | #include <fcntl.h> | 39 | #include <fcntl.h> |
44 | #include <stdlib.h> | 40 | #include <stdlib.h> |
45 | #include <string.h> | 41 | #include <string.h> |
42 | #include <signal.h> | ||
46 | #include <unistd.h> | 43 | #include <unistd.h> |
47 | 44 | ||
48 | #include "atf-c.h" | 45 | #include "atf-c.h" |