From 7d0b5d99af9887bd65c36696fee1d160ca8bf0f7 Mon Sep 17 00:00:00 2001 From: Enrico Scholz Date: Mon, 26 Jan 2004 18:22:00 +0000 Subject: [PATCH] updated to new ext2fs.h test git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/branches/SYSCALL_SWITCH@714 94cd875c-1c1d-0410-91d2-eb244daf1a30 --- util-vserver/src/ext2fs.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/util-vserver/src/ext2fs.h b/util-vserver/src/ext2fs.h index 6213185..1102310 100644 --- a/util-vserver/src/ext2fs.h +++ b/util-vserver/src/ext2fs.h @@ -19,9 +19,9 @@ #ifndef H_UTIL_VSERVER_SRC_EXT2FS_H #define H_UTIL_VSERVER_SRC_EXT2FS_H -#ifdef HAVE_EXT2FS_EXT2FS_H -# include -#elif defined(HAVE_LINUX_EXT2_FS_H) +#ifdef ENSC_HAVE_EXT2FS_EXT2_FS_H +# include +#elif defined(ENSC_HAVE_LINUX_EXT2_FS_H) # include #else # error Do not know how to include -- 1.8.1.5