mirror of
https://github.com/MidnightCommander/mc
synced 2025-01-08 20:41:59 +03:00
2005-11-16 Roland Illig <roland.illig@gmx.de>
* slcommon.c (_pSLsecure_issetugid): Made the #ifdef more readable.
This commit is contained in:
parent
91b9a36acf
commit
2f53e17355
@ -1,3 +1,8 @@
|
||||
2005-11-16 Roland Illig <roland.illig@gmx.de>
|
||||
|
||||
* slcommon.c (_pSLsecure_issetugid): Made the #ifdef more
|
||||
readable.
|
||||
|
||||
2005-11-15 Leonard den Ottolander <leonard den ottolander nl>
|
||||
|
||||
* slcommon.c (_pSLsecure_issetugid): Remove dependency on glibc
|
||||
|
@ -191,7 +191,7 @@ char *SLcalloc (unsigned int nelems, unsigned int len)
|
||||
return p;
|
||||
}
|
||||
|
||||
#if !defined(HAVE_ISSETUGID) && defined(__GLIBC__) && (__GLIBC__ >= 2) && 0
|
||||
#if 0 /* was: !defined(HAVE_ISSETUGID) && defined(__GLIBC__) && (__GLIBC__ >= 2) */
|
||||
extern int __libc_enable_secure;
|
||||
# define HAVE___LIBC_ENABLE_SECURE 1
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user