[1221] in Kerberos-V5-bugs
krb5b4pl3: appl/bsd/krlogind.c: AIX needs for my select patches to work
daemon@ATHENA.MIT.EDU (Jonathan I. Kamens)
Tue Mar 21 01:36:06 1995
From: "Jonathan I. Kamens" <jik@cam.ov.com>
Date: Tue, 21 Mar 1995 01:39:18 -0500
To: krb5-bugs@MIT.EDU
In order for the patches I sent in earlier for the usage of select in
krlogind to use the correct macros and typedefs to work on AIX,
<sys/select.h> needs to be included. Here's a patch:
--- krlogind.c 1995/03/20 19:34:25 1.16
+++ krlogind.c 1995/03/21 06:37:20
@@ -104,6 +104,9 @@
#include <stdio.h>
#include <sys/time.h>
+#ifdef _AIX
+#include <sys/select.h>
+#endif
#include <sys/types.h>
#include <sys/stat.h>
#include <sys/socket.h>