summaryrefslogtreecommitdiff
path: root/src/regress/lib/libc/sys/t_sendrecv.c
diff options
context:
space:
mode:
authorderaadt <>2021-12-13 16:56:48 +0000
committerderaadt <>2021-12-13 16:56:48 +0000
commit9021d14f9c0c87cbe273ab6f4fe8e4f48363f4f6 (patch)
tree4d79dae357e2afe076d7157a01ff32c7b7546acc /src/regress/lib/libc/sys/t_sendrecv.c
parent29eb1fc4c6f8014bf067b8a9ade4cf476193f0d5 (diff)
downloadopenbsd-9021d14f9c0c87cbe273ab6f4fe8e4f48363f4f6.tar.gz
openbsd-9021d14f9c0c87cbe273ab6f4fe8e4f48363f4f6.tar.bz2
openbsd-9021d14f9c0c87cbe273ab6f4fe8e4f48363f4f6.zip
remove a couple hundred sys/param.h includes in userland code, and
also whack some sys/cdefs.h early includes which is such a brutally bad pattern ok bluhm mbuhl
Diffstat (limited to 'src/regress/lib/libc/sys/t_sendrecv.c')
-rw-r--r--src/regress/lib/libc/sys/t_sendrecv.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/regress/lib/libc/sys/t_sendrecv.c b/src/regress/lib/libc/sys/t_sendrecv.c
index 4b62505c28..ae6425f40d 100644
--- a/src/regress/lib/libc/sys/t_sendrecv.c
+++ b/src/regress/lib/libc/sys/t_sendrecv.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: t_sendrecv.c,v 1.2 2021/05/31 16:56:27 bluhm Exp $ */ 1/* $OpenBSD: t_sendrecv.c,v 1.3 2021/12/13 16:56:48 deraadt Exp $ */
2/* $NetBSD: t_sendrecv.c,v 1.8 2021/03/28 17:30:01 christos Exp $ */ 2/* $NetBSD: t_sendrecv.c,v 1.8 2021/03/28 17:30:01 christos Exp $ */
3 3
4/*- 4/*-
@@ -32,9 +32,6 @@
32 32
33#include "macros.h" 33#include "macros.h"
34 34
35#include <sys/cdefs.h>
36__RCSID("$NetBSD: t_sendrecv.c,v 1.8 2021/03/28 17:30:01 christos Exp $");
37
38#include "atf-c.h" 35#include "atf-c.h"
39#include <sys/types.h> 36#include <sys/types.h>
40#include <sys/socket.h> 37#include <sys/socket.h>