summaryrefslogtreecommitdiff
path: root/src/regress/lib/libc/sys/t_pipe2.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/regress/lib/libc/sys/t_pipe2.c')
-rw-r--r--src/regress/lib/libc/sys/t_pipe2.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/regress/lib/libc/sys/t_pipe2.c b/src/regress/lib/libc/sys/t_pipe2.c
index 07991de455..173d467c38 100644
--- a/src/regress/lib/libc/sys/t_pipe2.c
+++ b/src/regress/lib/libc/sys/t_pipe2.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: t_pipe2.c,v 1.2 2020/11/09 23:18:51 bluhm Exp $ */ 1/* $OpenBSD: t_pipe2.c,v 1.3 2021/12/13 16:56:48 deraadt Exp $ */
2/* $NetBSD: t_pipe2.c,v 1.9 2017/01/13 21:19:45 christos Exp $ */ 2/* $NetBSD: t_pipe2.c,v 1.9 2017/01/13 21:19:45 christos Exp $ */
3 3
4/*- 4/*-
@@ -39,9 +39,6 @@
39 39
40#include "macros.h" 40#include "macros.h"
41 41
42#include <sys/cdefs.h>
43__RCSID("$NetBSD: t_pipe2.c,v 1.9 2017/01/13 21:19:45 christos Exp $");
44
45#include "atf-c.h" 42#include "atf-c.h"
46#include <fcntl.h> 43#include <fcntl.h>
47#include <unistd.h> 44#include <unistd.h>