2005-11-16 Roland Illig <roland.illig@gmx.de>

* slcommon.c (_pSLsecure_issetugid): Made the #ifdef more
	readable.
This commit is contained in:
Roland Illig 2005-11-16 08:45:21 +00:00
parent 91b9a36acf
commit 2f53e17355
2 changed files with 6 additions and 1 deletions

View File

@ -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

View File

@ -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