From ec2712759f4f4df3db62fecc562c2b57603e70be Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Thu, 9 Sep 2010 13:57:30 +0000 Subject: [PATCH] Un-break nightly build. git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@2072 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- scst/include/scst.h | 4 ++-- scst/include/scst_user.h | 2 +- srpt/src/ib_srpt.c | 2 +- srpt/src/ib_srpt.h | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/scst/include/scst.h b/scst/include/scst.h index a7f457c6c..2fed0eb56 100644 --- a/scst/include/scst.h +++ b/scst/include/scst.h @@ -39,7 +39,7 @@ #include #include -#ifdef GENERATING_UPSTREAM_PATCH +#ifdef INSIDE_KERNEL_TREE #include #else #include @@ -53,7 +53,7 @@ typedef _Bool bool; #define false 0 #endif -#ifdef GENERATING_UPSTREAM_PATCH +#ifdef INSIDE_KERNEL_TREE #include #else #include "scst_sgv.h" diff --git a/scst/include/scst_user.h b/scst/include/scst_user.h index 8f8bf4d49..ebe64e9d4 100644 --- a/scst/include/scst_user.h +++ b/scst/include/scst_user.h @@ -22,7 +22,7 @@ #ifndef __SCST_USER_H #define __SCST_USER_H -#ifdef GENERATING_UPSTREAM_PATCH +#ifdef INSIDE_KERNEL_TREE #include #else #include diff --git a/srpt/src/ib_srpt.c b/srpt/src/ib_srpt.c index 8397b903f..204bef89a 100644 --- a/srpt/src/ib_srpt.c +++ b/srpt/src/ib_srpt.c @@ -50,7 +50,7 @@ #endif #include "ib_srpt.h" #define LOG_PREFIX "ib_srpt" /* Prefix for SCST tracing macros. */ -#if defined(GENERATING_UPSTREAM_PATCH) +#if defined(INSIDE_KERNEL_TREE) #include #else #include "scst_debug.h" diff --git a/srpt/src/ib_srpt.h b/srpt/src/ib_srpt.h index 7d29cb78e..0288409ae 100644 --- a/srpt/src/ib_srpt.h +++ b/srpt/src/ib_srpt.h @@ -45,7 +45,7 @@ #include -#if defined(GENERATING_UPSTREAM_PATCH) +#if defined(INSIDE_KERNEL_TREE) #include #else #include