summaryrefslogtreecommitdiff
path: root/src/regress/lib/libc/sys/t_socketpair.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/regress/lib/libc/sys/t_socketpair.c')
-rw-r--r--src/regress/lib/libc/sys/t_socketpair.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/regress/lib/libc/sys/t_socketpair.c b/src/regress/lib/libc/sys/t_socketpair.c
index 076d2fa057..e24a166161 100644
--- a/src/regress/lib/libc/sys/t_socketpair.c
+++ b/src/regress/lib/libc/sys/t_socketpair.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: t_socketpair.c,v 1.1.1.1 2019/11/19 19:57:04 bluhm Exp $ */ 1/* $OpenBSD: t_socketpair.c,v 1.2 2021/12/13 16:56:48 deraadt Exp $ */
2/* $NetBSD: t_socketpair.c,v 1.2 2017/01/13 20:04:52 christos Exp $ */ 2/* $NetBSD: t_socketpair.c,v 1.2 2017/01/13 20:04:52 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_socketpair.c,v 1.2 2017/01/13 20:04:52 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>