From: Derick Rethans Date: Wed, 10 Apr 2002 06:22:12 +0000 (+0000) Subject: - Fix defines X-Git-Tag: php-4.3.0dev-ZendEngine2-Preview1~751 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a19078870e3d31f9f04b22b98739a027508fcfcb;p=php - Fix defines --- diff --git a/ext/posix/posix.c b/ext/posix/posix.c index 81ea571c3a..567c9551b2 100644 --- a/ext/posix/posix.c +++ b/ext/posix/posix.c @@ -63,12 +63,12 @@ function_entry posix_functions[] = { #ifdef HAVE_SETEUID PHP_FE(posix_seteuid, NULL) #endif -#ifdef HAVE_SETEGID PHP_FE(posix_getgid, NULL) -#endif PHP_FE(posix_setgid, NULL) PHP_FE(posix_getegid, NULL) +#ifdef HAVE_SETEGID PHP_FE(posix_setegid, NULL) +#endif PHP_FE(posix_getgroups, NULL) PHP_FE(posix_getlogin, NULL)