diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-07-27 15:09:11 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-07-27 15:09:11 +0000 |
commit | 56bf85096cc89f91d28671b5d93b4172240263bc (patch) | |
tree | 0574ce9eee45d627f943b80b2445882a762b52af /benchmarks/netperf/files/patch-src_netcpu__sysctl.c | |
parent | Add new port -- Rounded Mgen+ Japanese TrueType fonts (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_netcpu__sysctl.c')
-rw-r--r-- | benchmarks/netperf/files/patch-src_netcpu__sysctl.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/benchmarks/netperf/files/patch-src_netcpu__sysctl.c b/benchmarks/netperf/files/patch-src_netcpu__sysctl.c new file mode 100644 index 000000000000..b9b3c99aa54e --- /dev/null +++ b/benchmarks/netperf/files/patch-src_netcpu__sysctl.c @@ -0,0 +1,11 @@ +--- 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 |