summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2011-05-02 11:34:57 +1000
committerAndrew Bartlett <abartlet@samba.org>2011-05-03 07:37:07 +0200
commit39ded87b45851894f157d2cc800feb402e650420 (patch)
tree3e47b9e06bdedf2a9afad989ad0037b1f8329099
parentcdd802af8319e0b0744d8e727cef75526269ece2 (diff)
downloadsamba-39ded87b45851894f157d2cc800feb402e650420.tar.gz
samba-39ded87b45851894f157d2cc800feb402e650420.tar.bz2
samba-39ded87b45851894f157d2cc800feb402e650420.zip
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 <abartlet@samba.org>
-rw-r--r--source4/libcli/raw/smb.h6
1 files 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 <http://www.gnu.org/licenses/>.
*/
-#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 */