]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blob - src/patches/slang-1.4.9-uclibc.patch
cryptodev: Update kernel module.
[people/pmueller/ipfire-2.x.git] / src / patches / slang-1.4.9-uclibc.patch
1 diff -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