ports/benchmarks/netperf/files/patch-src_dscp.c
Mathieu Arnold 56bf85096c Cleanup patches, category benchmarks
Rename them to follow the make makepatch naming, and regenerate them.

With hat:	portmgr
Sponsored by:	Absolight
2016-07-27 15:09:11 +00:00

10 lines
234 B
C

--- 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