SIGN IN SIGN UP

Add an #ifdef __APPLE__ around typedef of foreachfunc to match Apple's

incorrect declaration for ypall_callback in /usr/include/rpcsvc/ypcInt.h .
Shouldn't hurt any code since the differences are unsigned long instead of int and
void * instead of char *.  Removes warning about improper function pointer
assignment during compilation.
B
Brett Cannon committed
f6067ec336e2eff1fc1cce90c67c20b0d4e80c22
Parent: 12f8c4d