diff options
author | Tobias Brunner <tobias@strongswan.org> | 2010-08-16 14:02:25 +0200 |
---|---|---|
committer | Tobias Brunner <tobias@strongswan.org> | 2010-09-02 19:04:24 +0200 |
commit | 8dade8e6ebc51e1633fcf98488557550cf5564e0 (patch) | |
tree | aabe2c799fba92f64a3557e6c2b95234bfe54789 /src/pluto/kernel_pfkey.c | |
parent | fc06e34e46e7bbad2324019dd9621c2abb340cc0 (diff) | |
download | strongswan-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.c | 3 |
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 */ |