AIX 4.1 patch

Rocco Altier roccoa at routescape.com
Tue May 1 21:00:34 GMT 2001


These include files need to change for AIX 4.1 to compile cleanly.

source/include/includes.h:
on AIX vfs.h needs to be after statfs.h, because vfs.h does not include it
on its own.

source/nsswitch/winbind_nss_config.h:
Need to include sys/select.h

Thanks,
	-rocco
-------------- next part --------------
Index: source/nsswitch/winbind_nss_config.h
===================================================================
RCS file: /cvsroot/samba/source/nsswitch/winbind_nss_config.h,v
retrieving revision 1.3.4.4
diff -u -r1.3.4.4 winbind_nss_config.h
--- source/nsswitch/winbind_nss_config.h	2001/04/25 06:44:27	1.3.4.4
+++ source/nsswitch/winbind_nss_config.h	2001/05/01 20:53:57
@@ -61,6 +61,10 @@
 #include <sys/time.h>
 #endif
 
+#ifdef HAVE_SYS_SELECT_H
+#include <sys/select.h>
+#endif
+
 #ifdef HAVE_GRP_H
 #include <grp.h>
 #endif


More information about the samba-technical mailing list