From: Dan Kalowsky Date: Wed, 6 Mar 2002 16:14:00 +0000 (+0000) Subject: When #if BLAHING a section, ensure to make it's prototype included. Returns X-Git-Tag: php-4.2.0RC1~89 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=160fe54bab5e0f87cef24c39e57aa86439b8cc5f;p=php When #if BLAHING a section, ensure to make it's prototype included. Returns build capability to MacOSX. --- diff --git a/ext/posix/posix.c b/ext/posix/posix.c index eb5391c9c2..81ea571c3a 100644 --- a/ext/posix/posix.c +++ b/ext/posix/posix.c @@ -81,8 +81,10 @@ function_entry posix_functions[] = { /* Non-Posix functions which are common */ #ifdef HAVE_GETPGID PHP_FE(posix_getpgid, NULL) -#endif +#endif /* HAVE_GETPGID */ +#ifdef HAVE_GETSID PHP_FE(posix_getsid, NULL) +#endif /* HAVE_GETSID */ /* POSIX.1, 4.4 */ PHP_FE(posix_uname, NULL)