Sophie

Sophie

distrib > Mandriva > 2007.1 > x86_64 > by-pkgid > 753c5ac4cd74b0a9f8caf20661da47ef > files > 5

slang-1.4.9-10mdv2007.1.src.rpm

diff -Nurp slang-1.4.9/src/slmisc.c slang-1.4.9-fix/src/slmisc.c
--- slang-1.4.9/src/slmisc.c	2003-03-23 09:06:40.000000000 +0200
+++ slang-1.4.9-fix/src/slmisc.c	2006-11-03 16:04:53.000000000 +0200
@@ -565,7 +565,7 @@ int SLatoi (unsigned char *s)
    return (int) SLatol (s);
 }
 
-#if !defined(HAVE_ISSETUGID) && defined(__GLIBC__) && (__GLIBC__ >= 2)
+#if 0 && !defined(HAVE_ISSETUGID) && defined(__GLIBC__) && (__GLIBC__ >= 2)
 extern int __libc_enable_secure;
 # define HAVE___LIBC_ENABLE_SECURE 1
 #endif