diff options
Diffstat (limited to 'regress/lib/libc/sys/t_write.c')
-rw-r--r-- | regress/lib/libc/sys/t_write.c | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/regress/lib/libc/sys/t_write.c b/regress/lib/libc/sys/t_write.c index 326032db712..8d01ebfba88 100644 --- a/regress/lib/libc/sys/t_write.c +++ b/regress/lib/libc/sys/t_write.c @@ -1,4 +1,4 @@ -/* $OpenBSD: t_write.c,v 1.3 2020/11/09 23:18:51 bluhm Exp $ */ +/* $OpenBSD: t_write.c,v 1.4 2021/12/13 16:56:48 deraadt Exp $ */ /* $NetBSD: t_write.c,v 1.7 2019/07/16 17:29:18 martin Exp $ */ /*- @@ -29,11 +29,6 @@ #include "macros.h" -#include <sys/cdefs.h> -__COPYRIGHT("@(#) Copyright (c) 2008\ - The NetBSD Foundation, inc. All rights reserved."); -__RCSID("$NetBSD: t_write.c,v 1.7 2019/07/16 17:29:18 martin Exp $"); - #include <sys/uio.h> #include <sys/mman.h> |