diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-05-19 10:09:57 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-05-19 10:09:57 +0000 |
commit | 4731a77526c8f8f6bac64e3e7b87efb9b0ca8b0a (patch) | |
tree | 533d8a7011e8f69abd1cddffada968c4d5a136b3 /security/hping/files/patch-memlockall | |
parent | *******************IMPORTANT******************* (diff) |
- Update to version 2.0.0r3
PR: ports/66869
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=109497
Diffstat (limited to 'security/hping/files/patch-memlockall')
-rw-r--r-- | security/hping/files/patch-memlockall | 11 |
1 files changed, 0 insertions, 11 deletions
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); |