svn commit: samba r12899 - in branches/SAMBA_4_0/source: auth/kerberos heimdal_build

metze at samba.org metze at samba.org
Fri Jan 13 10:37:14 GMT 2006


Author: metze
Date: 2006-01-13 10:37:14 +0000 (Fri, 13 Jan 2006)
New Revision: 12899

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=12899

Log:
- fix warnings on AIX
- fix compilation of auth/kerberos/krb5_init_context.c on AIX

metze
Modified:
   branches/SAMBA_4_0/source/auth/kerberos/krb5_init_context.c
   branches/SAMBA_4_0/source/heimdal_build/config.h


Changeset:
Modified: branches/SAMBA_4_0/source/auth/kerberos/krb5_init_context.c
===================================================================
--- branches/SAMBA_4_0/source/auth/kerberos/krb5_init_context.c	2006-01-13 10:26:47 UTC (rev 12898)
+++ branches/SAMBA_4_0/source/auth/kerberos/krb5_init_context.c	2006-01-13 10:37:14 UTC (rev 12899)
@@ -23,11 +23,12 @@
 
 #include "includes.h"
 #include "system/kerberos.h"
-#include "system/network.h"
 #include "auth/kerberos/kerberos.h"
 #include "lib/socket/socket.h"
 #include "lib/events/events.h"
 
+#include "heimdal_build/roken.h" /* needed on AIX for 'struct addrinfo' */
+
 /*
   context structure for operations on cldap packets
 */

Modified: branches/SAMBA_4_0/source/heimdal_build/config.h
===================================================================
--- branches/SAMBA_4_0/source/heimdal_build/config.h	2006-01-13 10:26:47 UTC (rev 12898)
+++ branches/SAMBA_4_0/source/heimdal_build/config.h	2006-01-13 10:37:14 UTC (rev 12899)
@@ -42,6 +42,9 @@
 
 #include <sys/types.h>
 #include <stdarg.h>
+#ifdef HAVE_INTTYPES_H
+#include <inttypes.h>
+#endif
 #include "lib/replace/replace.h"
 #endif
 



More information about the samba-cvs mailing list