repo.or.cz
/
oi-userland.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
nrpe: update to 4.1.3
[oi-userland.git]
/
components
/
sysutils
/
netperf
/
patches
/
xopen-sendmsg.patch
blob
44cee225d4bf9cf92d7550a12ac9f3fe751423d4
1
--- netperf-2.7.0-orig/src/nettest_omni.c Thu May 21 17:32:44 2015
2
+++ netperf-2.7.0/src/nettest_omni.c Mon Oct 5 15:36:53 2015
3
@@ -73,6 +73,10 @@
4
#include <assert.h>
5
6
#ifndef WIN32
7
+#ifdef __sun
8
+#define _XPG4_2
9
+#define __EXTENSIONS__
10
+#endif /* __sun */
11
#include <sys/socket.h>
12
#include <netinet/in.h>
13