From 39ded87b45851894f157d2cc800feb402e650420 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Mon, 2 May 2011 11:34:57 +1000 Subject: [PATCH] libcli/raw: use a different ifdef than s3 smb.h this allows both headers to be included in 1 C file Pair-Programmed-With: Andrew Bartlett --- source4/libcli/raw/smb.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/source4/libcli/raw/smb.h b/source4/libcli/raw/smb.h index c3fdbbba23..f1d0bfd294 100644 --- a/source4/libcli/raw/smb.h +++ b/source4/libcli/raw/smb.h @@ -23,8 +23,8 @@ along with this program. If not, see . */ -#ifndef _SMB_H -#define _SMB_H +#ifndef _RAW_SMB_H +#define _RAW_SMB_H /* deny modes */ #define DENY_DOS 0 @@ -582,4 +582,4 @@ #include "libcli/raw/interfaces.h" #include "libcli/smb/smb_common.h" -#endif /* _SMB_H */ +#endif /* _RAW_SMB_H */ -- 2.34.1