diff options
author | Romain Francoise <rfrancoise@debian.org> | 2014-07-25 23:06:55 +0200 |
---|---|---|
committer | Romain Francoise <rfrancoise@debian.org> | 2014-07-25 23:06:55 +0200 |
commit | 9057ca8363bf16444c3f80b2f0c5222565ad216e (patch) | |
tree | c5091c48d7586672426ea14bc2f0e631cdf80d2d /debian | |
parent | 156e2f5b675eb2c75c576f3dfd1f09dd3778801b (diff) | |
download | vyos-strongswan-9057ca8363bf16444c3f80b2f0c5222565ad216e.tar.gz vyos-strongswan-9057ca8363bf16444c3f80b2f0c5222565ad216e.zip |
Remove disabled debian/patches/03_include-stdint.patch
Diffstat (limited to 'debian')
-rw-r--r-- | debian/patches/03_include-stdint.patch | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/debian/patches/03_include-stdint.patch b/debian/patches/03_include-stdint.patch deleted file mode 100644 index e913049ac..000000000 --- a/debian/patches/03_include-stdint.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff --git a/src/libhydra/plugins/kernel_pfkey/kernel_pfkey_ipsec.c b/src/libhydra/plugins/kernel_pfkey/kernel_pfkey_ipsec.c -index 4704d41..4f4a1bc 100644 ---- a/src/libhydra/plugins/kernel_pfkey/kernel_pfkey_ipsec.c -+++ b/src/libhydra/plugins/kernel_pfkey/kernel_pfkey_ipsec.c -@@ -33,6 +33,7 @@ - #endif - - #ifdef HAVE_NETIPSEC_IPSEC_H -+#include <stdint.h> - #include <netipsec/ipsec.h> - #elif defined(HAVE_NETINET6_IPSEC_H) - #include <netinet6/ipsec.h> |