X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/b1450ec537bd31be606633aa363201cc2ed95b9a..dfbb9a28b051dec8034557c7d3e19216a861beec:/uip/slocal.c diff --git a/uip/slocal.c b/uip/slocal.c index e12b940e..22ba3e8b 100644 --- a/uip/slocal.c +++ b/uip/slocal.c @@ -34,7 +34,8 @@ #else /* On AIX 4.1, initgroups() is defined and even documented (giving the parameter types as char* and int), but doesn't have a prototype in any of the system - header files. AIX 4.3 and SunOS 4.1.3 have the same problem. */ + header files. AIX 4.3, SunOS 4.1.3, and ULTRIX 4.2A have the same + problem. */ extern int initgroups(char*, int); #endif