diff options
author | Tobias Brunner <tobias@strongswan.org> | 2010-08-16 11:26:31 +0200 |
---|---|---|
committer | Tobias Brunner <tobias@strongswan.org> | 2010-09-02 19:04:23 +0200 |
commit | fc06e34e46e7bbad2324019dd9621c2abb340cc0 (patch) | |
tree | f109e18756889b664b40d4798223a04c2ad59511 /src/pluto/kernel_noklips.h | |
parent | 36ff473016a700402530622f8e002dcb5df1354c (diff) | |
download | strongswan-fc06e34e46e7bbad2324019dd9621c2abb340cc0.tar.bz2 strongswan-fc06e34e46e7bbad2324019dd9621c2abb340cc0.tar.xz |
pluto: Removed unneeded kernel abstractions.
Diffstat (limited to 'src/pluto/kernel_noklips.h')
-rw-r--r-- | src/pluto/kernel_noklips.h | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/src/pluto/kernel_noklips.h b/src/pluto/kernel_noklips.h deleted file mode 100644 index 3da55d80b..000000000 --- a/src/pluto/kernel_noklips.h +++ /dev/null @@ -1,17 +0,0 @@ -/* declarations of routines that interface with the kernel's pfkey mechanism - * Copyright (C) 1998-2001 D. Hugh Redelmeier. - * Copyright (C) 2003 Herbert Xu - * - * This program is free software; you can redistribute it and/or modify it - * under the terms of the GNU General Public License as published by the - * Free Software Foundation; either version 2 of the License, or (at your - * option) any later version. See <http://www.fsf.org/copyleft/gpl.txt>. - * - * This program is distributed in the hope that it will be useful, but - * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY - * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License - * for more details. - */ - -extern void init_noklips(void); -extern const struct kernel_ops noklips_kernel_ops; |