Browse Source

MFB: Added missing ifdef block.

migration/RELEASE_1_0_0
Ilia Alshanetsky 20 years ago
parent
commit
2e1fd9c044
  1. 2
      ext/posix/posix.c

2
ext/posix/posix.c

@ -1053,6 +1053,7 @@ PHP_FUNCTION(posix_strerror)
#endif
#ifdef HAVE_INITGROUPS
/* {{{ proto bool initgroups(string name, int base_group_id)
Calculate the group access list for the user specified in name. */
PHP_FUNCTION(posix_initgroups)
@ -1068,6 +1069,7 @@ PHP_FUNCTION(posix_initgroups)
RETURN_BOOL(!initgroups((const char *)name, basegid));
}
/* }}} */
#endif
/*
* Local variables:

Loading…
Cancel
Save