summaryrefslogtreecommitdiff
path: root/src/regress/lib/libc/sys/t_pipe.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/regress/lib/libc/sys/t_pipe.c')
-rw-r--r--src/regress/lib/libc/sys/t_pipe.c8
1 files changed, 1 insertions, 7 deletions
diff --git a/src/regress/lib/libc/sys/t_pipe.c b/src/regress/lib/libc/sys/t_pipe.c
index 2fcb6d4b13..7640cc2944 100644
--- a/src/regress/lib/libc/sys/t_pipe.c
+++ b/src/regress/lib/libc/sys/t_pipe.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: t_pipe.c,v 1.2 2020/11/09 23:18:51 bluhm Exp $ */ 1/* $OpenBSD: t_pipe.c,v 1.3 2021/12/13 16:56:48 deraadt Exp $ */
2/* $NetBSD: t_pipe.c,v 1.7 2020/06/26 07:50:11 jruoho Exp $ */ 2/* $NetBSD: t_pipe.c,v 1.7 2020/06/26 07:50:11 jruoho Exp $ */
3 3
4/*- 4/*-
@@ -29,12 +29,6 @@
29 29
30#include "macros.h" 30#include "macros.h"
31 31
32#include <sys/cdefs.h>
33#include <sys/cdefs.h>
34__COPYRIGHT("@(#) Copyright (c) 2008\
35 The NetBSD Foundation, inc. All rights reserved.");
36__RCSID("$NetBSD: t_pipe.c,v 1.7 2020/06/26 07:50:11 jruoho Exp $");
37
38#include <sys/types.h> 32#include <sys/types.h>
39#include <sys/wait.h> 33#include <sys/wait.h>
40 34