aboutsummaryrefslogtreecommitdiffstats
path: root/benchmarks/netperf/files/patch-src_dscp.c
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2016-07-27 15:09:11 +0000
committerMathieu Arnold <mat@FreeBSD.org>2016-07-27 15:09:11 +0000
commit56bf85096cc89f91d28671b5d93b4172240263bc (patch)
tree0574ce9eee45d627f943b80b2445882a762b52af /benchmarks/netperf/files/patch-src_dscp.c
parent26b078f5434c79c09183a623d0c9897d12fd26c9 (diff)
Cleanup patches, category benchmarks
Rename them to follow the make makepatch naming, and regenerate them. With hat: portmgr Sponsored by: Absolight
Diffstat (limited to 'benchmarks/netperf/files/patch-src_dscp.c')
-rw-r--r--benchmarks/netperf/files/patch-src_dscp.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/benchmarks/netperf/files/patch-src_dscp.c b/benchmarks/netperf/files/patch-src_dscp.c
new file mode 100644
index 000000000000..43f33fc55353
--- /dev/null
+++ b/benchmarks/netperf/files/patch-src_dscp.c
@@ -0,0 +1,10 @@
+--- src/dscp.c.orig 2012-10-11 20:42:06 UTC
++++ src/dscp.c
+@@ -54,6 +54,7 @@ const char * iptos2str(int iptos);
+ */
+
+ #if HAVE_NETINET_IN_SYSTM_H
++#include <sys/types.h>
+ #include <netinet/in_systm.h>
+ #endif
+ #if HAVE_NETINET_IP_H