2006-05-22 11:29:47 +00:00
|
|
|
--- 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)
|
2006-05-22 11:29:47 +00:00
|
|
|
+#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
|