Author: abartlet Date: 2006-03-11 07:55:15 +0000 (Sat, 11 Mar 2006) New Revision: 14201
WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=14201 Log: I don't think including roken is going to be a good solution. Let's try and find the real solution. Andrew Bartlett Modified: branches/SAMBA_4_0/source/auth/kerberos/krb5_init_context.c 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-03-11 07:07:28 UTC (rev 14200) +++ branches/SAMBA_4_0/source/auth/kerberos/krb5_init_context.c 2006-03-11 07:55:15 UTC (rev 14201) @@ -27,8 +27,6 @@ #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 */
