diff options
Diffstat (limited to 'regress/lib/libc/sys/t_setuid.c')
-rw-r--r-- | regress/lib/libc/sys/t_setuid.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/regress/lib/libc/sys/t_setuid.c b/regress/lib/libc/sys/t_setuid.c index 5903635f06a..69240413907 100644 --- a/regress/lib/libc/sys/t_setuid.c +++ b/regress/lib/libc/sys/t_setuid.c @@ -1,4 +1,4 @@ -/* $OpenBSD: t_setuid.c,v 1.1 2019/11/19 19:57:04 bluhm Exp $ */ +/* $OpenBSD: t_setuid.c,v 1.2 2021/12/13 16:56:48 deraadt Exp $ */ /* $NetBSD: t_setuid.c,v 1.1 2011/07/07 06:57:54 jruoho Exp $ */ /*- @@ -32,9 +32,6 @@ #include "macros.h" -#include <sys/cdefs.h> -__RCSID("$NetBSD: t_setuid.c,v 1.1 2011/07/07 06:57:54 jruoho Exp $"); - #include <sys/wait.h> #include "atf-c.h" |