slang/slang-nointerlibc2.patch

12 lines
414 B
Diff
Raw Normal View History

--- slang-2.0.6/src/slcommon.c.nointerlibc 2006-02-05 21:47:31.000000000 +0100
+++ slang-2.0.6/src/slcommon.c 2006-05-22 13:20:01.000000000 +0200
@@ -191,7 +191,7 @@
2005-11-22 12:01:56 +00:00
return p;
}
-#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
2005-11-22 12:01:56 +00:00
#endif