diff options
Diffstat (limited to 'regress/lib/libc/sys/t_stat.c')
-rw-r--r-- | regress/lib/libc/sys/t_stat.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/regress/lib/libc/sys/t_stat.c b/regress/lib/libc/sys/t_stat.c index 5aadf39b997..eca93f83bd8 100644 --- a/regress/lib/libc/sys/t_stat.c +++ b/regress/lib/libc/sys/t_stat.c @@ -1,4 +1,4 @@ -/* $OpenBSD: t_stat.c,v 1.3 2020/11/09 23:18:51 bluhm Exp $ */ +/* $OpenBSD: t_stat.c,v 1.4 2021/12/13 16:56:48 deraadt Exp $ */ /* $NetBSD: t_stat.c,v 1.6 2019/07/16 17:29:18 martin Exp $ */ /*- @@ -32,9 +32,6 @@ #include "macros.h" -#include <sys/cdefs.h> -__RCSID("$NetBSD: t_stat.c,v 1.6 2019/07/16 17:29:18 martin Exp $"); - #include <sys/stat.h> #include <sys/socket.h> #include <sys/types.h> |