From 4731a77526c8f8f6bac64e3e7b87efb9b0ca8b0a Mon Sep 17 00:00:00 2001 From: Kirill Ponomarev Date: Wed, 19 May 2004 10:09:57 +0000 Subject: - Update to version 2.0.0r3 PR: ports/66869 Submitted by: maintainer --- security/hping/files/patch-memlockall | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 security/hping/files/patch-memlockall (limited to 'security/hping/files/patch-memlockall') diff --git a/security/hping/files/patch-memlockall b/security/hping/files/patch-memlockall deleted file mode 100644 index e613a3f17a22..000000000000 --- a/security/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); -- cgit v1.2.3