aboutsummaryrefslogtreecommitdiffstats
path: root/src/pluto/kernel_pfkey.c
diff options
context:
space:
mode:
authorTobias Brunner <tobias@strongswan.org>2010-08-16 14:02:25 +0200
committerTobias Brunner <tobias@strongswan.org>2010-09-02 19:04:24 +0200
commit8dade8e6ebc51e1633fcf98488557550cf5564e0 (patch)
treeaabe2c799fba92f64a3557e6c2b95234bfe54789 /src/pluto/kernel_pfkey.c
parentfc06e34e46e7bbad2324019dd9621c2abb340cc0 (diff)
downloadstrongswan-8dade8e6ebc51e1633fcf98488557550cf5564e0.tar.bz2
strongswan-8dade8e6ebc51e1633fcf98488557550cf5564e0.tar.xz
pluto: Removed the KLIPS preprocessor flag.
Diffstat (limited to 'src/pluto/kernel_pfkey.c')
-rw-r--r--src/pluto/kernel_pfkey.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/pluto/kernel_pfkey.c b/src/pluto/kernel_pfkey.c
index a0519de77..813785dfe 100644
--- a/src/pluto/kernel_pfkey.c
+++ b/src/pluto/kernel_pfkey.c
@@ -16,8 +16,6 @@
* for more details.
*/
-#ifdef KLIPS
-
#include <errno.h>
#include <unistd.h>
@@ -384,4 +382,3 @@ pfkey_register(void)
close(pfkeyfd);
}
-#endif /* KLIPS */