svn commit: samba r19175 - in branches/SAMBA_4_0/source/lib/socket_wrapper: .

lha at samba.org lha at samba.org
Sun Oct 8 21:09:55 GMT 2006


Author: lha
Date: 2006-10-08 21:09:54 +0000 (Sun, 08 Oct 2006)
New Revision: 19175

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

Log:
If not in _SAMBA_BUILD_, define _PUBLIC_ to nothing.

Modified:
   branches/SAMBA_4_0/source/lib/socket_wrapper/socket_wrapper.c


Changeset:
Modified: branches/SAMBA_4_0/source/lib/socket_wrapper/socket_wrapper.c
===================================================================
--- branches/SAMBA_4_0/source/lib/socket_wrapper/socket_wrapper.c	2006-10-08 21:09:52 UTC (rev 19174)
+++ branches/SAMBA_4_0/source/lib/socket_wrapper/socket_wrapper.c	2006-10-08 21:09:54 UTC (rev 19175)
@@ -74,6 +74,8 @@
 #include <string.h>
 #include <stdio.h>
 
+#define _PUBLIC_
+
 #error "dlinklist.h missing"
 
 #endif



More information about the samba-cvs mailing list