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

tridge at samba.org tridge at samba.org
Sat Jun 25 23:38:03 GMT 2005


Author: tridge
Date: 2005-06-25 23:38:03 +0000 (Sat, 25 Jun 2005)
New Revision: 7910

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

Log:
fixed typo in _SAMBA_BUILD_ macro

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	2005-06-25 23:35:37 UTC (rev 7909)
+++ branches/SAMBA_4_0/source/lib/socket_wrapper/socket_wrapper.c	2005-06-25 23:38:03 UTC (rev 7910)
@@ -19,7 +19,7 @@
    Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 */
 
-#ifdef _SAMBA_BUILD
+#ifdef _SAMBA_BUILD_
 #include "includes.h"
 #include "system/network.h"
 #include "system/filesys.h"
@@ -35,8 +35,8 @@
 #include <unistd.h>
 #include <string.h>
 #include <stdio.h>
+#endif
 #include "dlinklist.h"
-#endif
 
 /* LD_PRELOAD doesn't work yet, so REWRITE_CALLS is all we support
  * for now */



More information about the samba-cvs mailing list