summaryrefslogtreecommitdiff
path: root/src/sysdeps/trynbwaitall.c
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2014-12-21 02:39:19 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2014-12-21 02:39:19 +0000
commitc20608b2b2cc91367ecc2d8fe5e4cc9d4b709285 (patch)
tree408fd3058dc014f2f233c743965ace04cd9ebdf4 /src/sysdeps/trynbwaitall.c
parent31009f586a04251df0fb5853017ecfcaf70b307f (diff)
downloadskalibs-c20608b2b2cc91367ecc2d8fe5e4cc9d4b709285.tar.xz
next generation of the FreeBSD fix...
Diffstat (limited to 'src/sysdeps/trynbwaitall.c')
-rw-r--r--src/sysdeps/trynbwaitall.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/sysdeps/trynbwaitall.c b/src/sysdeps/trynbwaitall.c
index ae79f1c..0277ead 100644
--- a/src/sysdeps/trynbwaitall.c
+++ b/src/sysdeps/trynbwaitall.c
@@ -4,7 +4,7 @@
#undef _XOPEN_SOURCE
#ifndef _XPG4_2
-# define _XPG4_2
+#define _XPG4_2
#endif
#ifndef _BSD_SOURCE
@@ -19,9 +19,6 @@
#include <sys/socket.h>
#include <sys/select.h>
#include <sys/uio.h>
-#if defined(__FreeBSD__)
-#include <sys/param.h>
-#endif
#ifndef MSG_NOSIGNAL
#define MSG_NOSIGNAL 0