mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-27 03:07:43 +02:00
git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@543 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
13 lines
412 B
Diff
13 lines
412 B
Diff
diff -ru slang-1.4.9.orig/src/slmisc.c slang-1.4.9/src/slmisc.c
|
|
--- slang-1.4.9.orig/src/slmisc.c 2003-03-23 07:06:40.000000000 +0000
|
|
+++ slang-1.4.9/src/slmisc.c 2004-05-05 14:27:24.000000000 +0000
|
|
@@ -565,7 +565,7 @@
|
|
return (int) SLatol (s);
|
|
}
|
|
|
|
-#if !defined(HAVE_ISSETUGID) && defined(__GLIBC__) && (__GLIBC__ >= 2)
|
|
+#if 0
|
|
extern int __libc_enable_secure;
|
|
# define HAVE___LIBC_ENABLE_SECURE 1
|
|
#endif
|