freebsd-ports/benchmarks/netperf/files/patch-src_netcpu__sysctl.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

11 lines
238 B
C

--- src/netcpu_sysctl.c.orig 2014-06-03 23:37:37 UTC
+++ src/netcpu_sysctl.c
@@ -6,6 +6,8 @@ char netcpu_sysctl_id[]="\
#endif
#include <stdio.h>
+#include <stdlib.h>
+#include <string.h>
#include <unistd.h>
#if HAVE_INTTYPES_H