fix patch for netperf



git-svn-id: http://test.kernel.org/svn/autotest/trunk@2868 592f7852-d20e-0410-864c-8624ca9c26a4
diff --git a/client/tests/netperf2/netperf2.py b/client/tests/netperf2/netperf2.py
index b5edf9c..879c6f1 100755
--- a/client/tests/netperf2/netperf2.py
+++ b/client/tests/netperf2/netperf2.py
@@ -15,7 +15,7 @@
         # Fixing up a compile issue under newer systems that have
         # CPU_SET_S defined on /usr/include/sched.h, backported from
         # upstream svn trunk
-        utils.system('patch -p1 < ../fix_netperf_build.patch')
+        utils.system('patch -p0 < ../fix_netperf_build.patch')
         utils.system('./configure')
         utils.system('make')