svn commit: samba r17524 - in branches/SAMBA_4_0/source/lib/socket: .

abartlet at samba.org abartlet at samba.org
Sun Aug 13 22:57:06 GMT 2006


Author: abartlet
Date: 2006-08-13 22:57:05 +0000 (Sun, 13 Aug 2006)
New Revision: 17524

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

Log:
Lets see if we can try and get the socket_wapper includes to be
pre-processed last, and get AIX and some other hosts to pass make test
again (I think the macros were being over-overridden).

Andrew Bartlett

Modified:
   branches/SAMBA_4_0/source/lib/socket/socket_ipv4.c


Changeset:
Modified: branches/SAMBA_4_0/source/lib/socket/socket_ipv4.c
===================================================================
--- branches/SAMBA_4_0/source/lib/socket/socket_ipv4.c	2006-08-13 12:42:25 UTC (rev 17523)
+++ branches/SAMBA_4_0/source/lib/socket/socket_ipv4.c	2006-08-13 22:57:05 UTC (rev 17524)
@@ -22,9 +22,9 @@
 */
 
 #include "includes.h"
-#include "system/network.h"
 #include "system/filesys.h"
 #include "lib/socket/socket.h"
+#include "system/network.h"
 
 static NTSTATUS ipv4_init(struct socket_context *sock)
 {



More information about the samba-cvs mailing list