1
0
mirror of https://github.com/samba-team/samba.git synced 2025-11-11 00:23:51 +03:00

r7910: fixed typo in _SAMBA_BUILD_ macro

This commit is contained in:
Andrew Tridgell
2005-06-25 23:38:03 +00:00
committed by Gerald (Jerry) Carter
parent 5ad0dc97d0
commit d2e9e95ea2

View File

@@ -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>
#include "dlinklist.h"
#endif
#include "dlinklist.h"
/* LD_PRELOAD doesn't work yet, so REWRITE_CALLS is all we support
* for now */