diff options
Diffstat (limited to 'src/regress/lib/libc/sys/t_setrlimit.c')
-rw-r--r-- | src/regress/lib/libc/sys/t_setrlimit.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/regress/lib/libc/sys/t_setrlimit.c b/src/regress/lib/libc/sys/t_setrlimit.c index d72ec5216d..c9c64d42f0 100644 --- a/src/regress/lib/libc/sys/t_setrlimit.c +++ b/src/regress/lib/libc/sys/t_setrlimit.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: t_setrlimit.c,v 1.1 2021/09/02 12:40:44 mbuhl Exp $ */ | 1 | /* $OpenBSD: t_setrlimit.c,v 1.2 2021/12/13 16:56:48 deraadt Exp $ */ |
2 | /* $NetBSD: t_setrlimit.c,v 1.7 2020/10/13 06:58:57 rin Exp $ */ | 2 | /* $NetBSD: t_setrlimit.c,v 1.7 2020/10/13 06:58:57 rin Exp $ */ |
3 | 3 | ||
4 | /*- | 4 | /*- |
@@ -31,9 +31,6 @@ | |||
31 | */ | 31 | */ |
32 | #include "macros.h" | 32 | #include "macros.h" |
33 | 33 | ||
34 | #include <sys/cdefs.h> | ||
35 | __RCSID("$NetBSD: t_setrlimit.c,v 1.7 2020/10/13 06:58:57 rin Exp $"); | ||
36 | |||
37 | #include <sys/resource.h> | 34 | #include <sys/resource.h> |
38 | #include <sys/mman.h> | 35 | #include <sys/mman.h> |
39 | #include <sys/wait.h> | 36 | #include <sys/wait.h> |