nrpe: update to 4.1.3
[oi-userland.git] / components / sysutils / netperf / patches / sendfile.patch
blob0f3817b5def1a05993b9a95a17d82c09a85458c0
1 --- netperf-2.7.0-orig/src/netlib.c Fri Apr 24 18:08:33 2015
2 +++ netperf-2.7.0/src/netlib.c Mon Oct 5 15:20:25 2015
3 @@ -143,6 +143,9 @@
4 #endif /* __sgi */
5 #endif /* _AIX */
7 +#if defined (__sun)
8 +#include <sys/sendfile.h>
9 +#endif /* __sun */
11 #ifdef HAVE_MPCTL
12 #include <sys/mpctl.h>