]> granicus.if.org Git - php/commitdiff
- Fix defines
authorDerick Rethans <derick@php.net>
Wed, 10 Apr 2002 06:22:12 +0000 (06:22 +0000)
committerDerick Rethans <derick@php.net>
Wed, 10 Apr 2002 06:22:12 +0000 (06:22 +0000)
ext/posix/posix.c

index 81ea571c3ae4e5fa2ea170cf2454606b9d2c4320..567c9551b253831d4f9c5c1c6bc4d2cb8f4881c8 100644 (file)
@@ -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)