diff options
Diffstat (limited to 'src/regress/lib/libc/sys/t_wait_noproc.c')
-rw-r--r-- | src/regress/lib/libc/sys/t_wait_noproc.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/regress/lib/libc/sys/t_wait_noproc.c b/src/regress/lib/libc/sys/t_wait_noproc.c index 73fc7ae035..ee3454eb70 100644 --- a/src/regress/lib/libc/sys/t_wait_noproc.c +++ b/src/regress/lib/libc/sys/t_wait_noproc.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: t_wait_noproc.c,v 1.1 2021/09/02 12:40:44 mbuhl Exp $ */ | 1 | /* $OpenBSD: t_wait_noproc.c,v 1.2 2021/12/13 16:56:48 deraadt Exp $ */ |
2 | /* $NetBSD: t_wait_noproc.c,v 1.5 2016/11/09 17:50:19 kamil Exp $ */ | 2 | /* $NetBSD: t_wait_noproc.c,v 1.5 2016/11/09 17:50:19 kamil Exp $ */ |
3 | 3 | ||
4 | /*- | 4 | /*- |
@@ -29,9 +29,6 @@ | |||
29 | 29 | ||
30 | #include "macros.h" | 30 | #include "macros.h" |
31 | 31 | ||
32 | #include <sys/cdefs.h> | ||
33 | __RCSID("$NetBSD: t_wait_noproc.c,v 1.5 2016/11/09 17:50:19 kamil Exp $"); | ||
34 | |||
35 | #include <sys/wait.h> | 32 | #include <sys/wait.h> |
36 | #include <sys/resource.h> | 33 | #include <sys/resource.h> |
37 | 34 | ||