Peter da Silva - 2008-05-20

Logged In: YES
user_id=104286
Originator: NO

For 10.4 you also need to make an additional patch.

*** 2228,2234 ****
echo $ac_n "checking for correct poll prototype""... $ac_c" 1>&6
echo "configure:2230: checking for correct poll prototype" >&5
PROTO=
! for testproto in 'struct pollfd *ufds, unsigned long nfds, int timeout'
do
if test "${PROTO}" = ""; then
cat > conftest.$ac_ext <<EOF
--- 2229,2236 ----
echo $ac_n "checking for correct poll prototype""... $ac_c" 1>&6
echo "configure:2230: checking for correct poll prototype" >&5
PROTO=
! for testproto in 'struct pollfd *ufds, unsigned long nfds, int timeout' \ ! 'struct pollfd *ufds, unsigned int nfds, int timeout'
do
if test "${PROTO}" = ""; then
cat > conftest.$ac_ext <<EOF