]> diplodocus.org Git - nmh/blobdiff - uip/slocal.c
When I added my --enable-masquerade option, you'll note that I didn't make it
[nmh] / uip / slocal.c
index e12b940e26e1c7c677625e4abbbe2103664623c2..22ba3e8b39ed0699e7f3e6bdc10e59dc6b00491f 100644 (file)
@@ -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