svn commit: samba r25727 - in branches/SAMBA_4_0/source/heimdal_build: .

metze at samba.org metze at samba.org
Thu Oct 25 08:48:53 GMT 2007


Author: metze
Date: 2007-10-25 08:48:53 +0000 (Thu, 25 Oct 2007)
New Revision: 25727

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

Log:
include "system/network.h" instead of <sys/socket.h>
to make sure socklen_t is typedef'ed

metze
Modified:
   branches/SAMBA_4_0/source/heimdal_build/krb5-types.h


Changeset:
Modified: branches/SAMBA_4_0/source/heimdal_build/krb5-types.h
===================================================================
--- branches/SAMBA_4_0/source/heimdal_build/krb5-types.h	2007-10-25 08:43:00 UTC (rev 25726)
+++ branches/SAMBA_4_0/source/heimdal_build/krb5-types.h	2007-10-25 08:48:53 UTC (rev 25727)
@@ -5,12 +5,8 @@
 #define __krb5_types_h__
 
 #include "replace.h"
+#include "system/network.h"
 
-#ifdef HAVE_SYS_SOCKET_H
-#include <sys/socket.h>
-#endif
-
-
 typedef socklen_t krb5_socklen_t;
 typedef ssize_t krb5_ssize_t;
 



More information about the samba-cvs mailing list