Changed "echo > stamp-h.in" in Makefile.in to "date > stamp-h.in" so that
[mmh] / uip / slocal.c
index c6aa286..e12b940 100644 (file)
 #include <sys/ioctl.h>
 #include <fcntl.h>
 
+#ifdef INITGROUPS_HEADER
+#include INITGROUPS_HEADER
+#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. */
+extern int  initgroups(char*, int);
+#endif
+
+
 #ifdef HAVE_DB1_NDBM_H
 #include <db1/ndbm.h>
 #else
@@ -75,7 +85,7 @@ static struct swit switches[] = {
 #define VERSIONSW     13
     { "version", 0 },
 #define        HELPSW        14
-    { "help", 4 },
+    { "help", 0 },
     { NULL, 0 }
 };