summaryrefslogtreecommitdiff
path: root/debian/patches
diff options
context:
space:
mode:
authorRomain Francoise <rfrancoise@debian.org>2014-07-25 23:06:55 +0200
committerRomain Francoise <rfrancoise@debian.org>2014-07-25 23:06:55 +0200
commit9057ca8363bf16444c3f80b2f0c5222565ad216e (patch)
treec5091c48d7586672426ea14bc2f0e631cdf80d2d /debian/patches
parent156e2f5b675eb2c75c576f3dfd1f09dd3778801b (diff)
downloadvyos-strongswan-9057ca8363bf16444c3f80b2f0c5222565ad216e.tar.gz
vyos-strongswan-9057ca8363bf16444c3f80b2f0c5222565ad216e.zip
Remove disabled debian/patches/03_include-stdint.patch
Diffstat (limited to 'debian/patches')
-rw-r--r--debian/patches/03_include-stdint.patch12
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>