summaryrefslogtreecommitdiff
path: root/net/hping/files/patch-memlockall
diff options
context:
space:
mode:
Diffstat (limited to 'net/hping/files/patch-memlockall')
-rw-r--r--net/hping/files/patch-memlockall11
1 files changed, 0 insertions, 11 deletions
diff --git a/net/hping/files/patch-memlockall b/net/hping/files/patch-memlockall
deleted file mode 100644
index e613a3f17a22..000000000000
--- a/net/hping/files/patch-memlockall
+++ /dev/null
@@ -1,11 +0,0 @@
---- memlockall.c.orig Sun Nov 17 18:04:44 2002
-+++ memlockall.c Sun Nov 17 18:04:43 2002
-@@ -13,7 +13,7 @@
-
- int memlockall(void)
- {
--#ifdef _POSIX_MEMLOCK
-+#if _POSIX_MEMLOCK == 1
- return ( mlockall(MCL_CURRENT|MCL_FUTURE) );
- #endif
- return (-1);