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
/
sendfile.patch
blob
0f3817b5def1a05993b9a95a17d82c09a85458c0
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 */
6
7
+#if defined (__sun)
8
+#include <sys/sendfile.h>
9
+#endif /* __sun */
10
11
#ifdef HAVE_MPCTL
12
#include <sys/mpctl.h>