nrpe: update to 4.1.3
[oi-userland.git] / components / sysutils / netperf / patches / xopen-sendmsg.patch
blob44cee225d4bf9cf92d7550a12ac9f3fe751423d4
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>
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>