]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blame - src/patches/slang-1.4.9-uclibc.patch
Updated strongswan (4.4.1).
[people/pmueller/ipfire-2.x.git] / src / patches / slang-1.4.9-uclibc.patch
CommitLineData
cab737ed
MT
1diff -ru slang-1.4.9.orig/src/slmisc.c slang-1.4.9/src/slmisc.c
2--- slang-1.4.9.orig/src/slmisc.c 2003-03-23 07:06:40.000000000 +0000
3+++ slang-1.4.9/src/slmisc.c 2004-05-05 14:27:24.000000000 +0000
4@@ -565,7 +565,7 @@
5 return (int) SLatol (s);
6 }
7
8-#if !defined(HAVE_ISSETUGID) && defined(__GLIBC__) && (__GLIBC__ >= 2)
9+#if 0
10 extern int __libc_enable_secure;
11 # define HAVE___LIBC_ENABLE_SECURE 1
12 #endif