Put in a prototype for client() to get rid of the "default prototype" warning.
[mmh] / uip / slocal.c
index c6aa286..dce9663 100644 (file)
@@ -28,6 +28,7 @@
 #include <signal.h>
 #include <sys/ioctl.h>
 #include <fcntl.h>
+#include <grp.h>
 
 #ifdef HAVE_DB1_NDBM_H
 #include <db1/ndbm.h>
@@ -37,6 +38,8 @@
 
 #include <utmp.h>
 
+extern int  initgroups(char*, int);  /* def'd in libc.a but no .h on AIX 4.1 */
+
 #ifndef UTMP_FILE
 # ifdef _PATH_UTMP
 #  define UTMP_FILE _PATH_UTMP