diff options
Diffstat (limited to 'src/regress/lib/libc/sys/t_unlink.c')
-rw-r--r-- | src/regress/lib/libc/sys/t_unlink.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/regress/lib/libc/sys/t_unlink.c b/src/regress/lib/libc/sys/t_unlink.c index 9736d77593..2b1170ead7 100644 --- a/src/regress/lib/libc/sys/t_unlink.c +++ b/src/regress/lib/libc/sys/t_unlink.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: t_unlink.c,v 1.1.1.1 2019/11/19 19:57:04 bluhm Exp $ */ | 1 | /* $OpenBSD: t_unlink.c,v 1.2 2021/12/13 16:56:48 deraadt Exp $ */ |
2 | /* $NetBSD: t_unlink.c,v 1.4 2017/01/14 20:55:26 christos Exp $ */ | 2 | /* $NetBSD: t_unlink.c,v 1.4 2017/01/14 20:55:26 christos Exp $ */ |
3 | 3 | ||
4 | /*- | 4 | /*- |
@@ -32,9 +32,6 @@ | |||
32 | 32 | ||
33 | #include "macros.h" | 33 | #include "macros.h" |
34 | 34 | ||
35 | #include <sys/cdefs.h> | ||
36 | __RCSID("$NetBSD: t_unlink.c,v 1.4 2017/01/14 20:55:26 christos Exp $"); | ||
37 | |||
38 | #include <sys/stat.h> | 35 | #include <sys/stat.h> |
39 | 36 | ||
40 | #include "atf-c.h" | 37 | #include "atf-c.h" |