]> git.ipfire.org Git - thirdparty/strongswan.git/blobdiff - packages/maemo-strongswan/debian/patches/llabs-needs-c99.patch
packages: Remove obsolete Maemo packaging files
[thirdparty/strongswan.git] / packages / maemo-strongswan / debian / patches / llabs-needs-c99.patch
diff --git a/packages/maemo-strongswan/debian/patches/llabs-needs-c99.patch b/packages/maemo-strongswan/debian/patches/llabs-needs-c99.patch
deleted file mode 100644 (file)
index 25aced4..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-llabs is defined in C99. features.h on other platforms enables C99 features
-automatically, here we explicitly enable them with _GNU_SOURCE (which enables
-also a lot of other things).
---- a/src/libstrongswan/utils.c
-+++ b/src/libstrongswan/utils.c
-@@ -14,6 +14,7 @@
-  * for more details.
-  */
-+#define _GNU_SOURCE
- #include "utils.h"
- #include <sys/stat.h>