diff options
Diffstat (limited to 'src/regress/lib/libc/sys/t_mkdir.c')
-rw-r--r-- | src/regress/lib/libc/sys/t_mkdir.c | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/src/regress/lib/libc/sys/t_mkdir.c b/src/regress/lib/libc/sys/t_mkdir.c index 41df34ace9..5052bd3988 100644 --- a/src/regress/lib/libc/sys/t_mkdir.c +++ b/src/regress/lib/libc/sys/t_mkdir.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: t_mkdir.c,v 1.1.1.1 2019/11/19 19:57:03 bluhm Exp $ */ | 1 | /* $OpenBSD: t_mkdir.c,v 1.2 2021/12/13 16:56:48 deraadt Exp $ */ |
2 | /* $NetBSD: t_mkdir.c,v 1.2 2011/10/15 07:38:31 jruoho Exp $ */ | 2 | /* $NetBSD: t_mkdir.c,v 1.2 2011/10/15 07:38:31 jruoho Exp $ */ |
3 | 3 | ||
4 | /*- | 4 | /*- |
@@ -32,11 +32,6 @@ | |||
32 | 32 | ||
33 | #include "macros.h" | 33 | #include "macros.h" |
34 | 34 | ||
35 | #include <sys/cdefs.h> | ||
36 | __COPYRIGHT("@(#) Copyright (c) 2008\ | ||
37 | The NetBSD Foundation, inc. All rights reserved."); | ||
38 | __RCSID("$NetBSD: t_mkdir.c,v 1.2 2011/10/15 07:38:31 jruoho Exp $"); | ||
39 | |||
40 | #include <sys/stat.h> | 35 | #include <sys/stat.h> |
41 | #include <sys/wait.h> | 36 | #include <sys/wait.h> |
42 | 37 | ||