aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-06-11 20:29:02 +0000
committerMike Frysinger <vapier@gentoo.org>2005-06-11 20:29:02 +0000
commit0b3fc1a9acb8c0e1bb455f479c3b7cccc8651e45 (patch)
tree19a545cce0e67aca827b2c7e2dc4726406a10215
parent16bc6159f36cf63ce38dbd0ff8ea42d6c2bd3111 (diff)
downloadbusybox-w32-0b3fc1a9acb8c0e1bb455f479c3b7cccc8651e45.tar.gz
busybox-w32-0b3fc1a9acb8c0e1bb455f479c3b7cccc8651e45.tar.bz2
busybox-w32-0b3fc1a9acb8c0e1bb455f479c3b7cccc8651e45.zip
remove com_err.h includes
-rw-r--r--e2fsprogs/ext2fs/ext2_err.h2
-rw-r--r--e2fsprogs/ext2fs/ext2fs.h2
-rw-r--r--e2fsprogs/ext2fs/llseek.c1
3 files changed, 0 insertions, 5 deletions
diff --git a/e2fsprogs/ext2fs/ext2_err.h b/e2fsprogs/ext2fs/ext2_err.h
index 57b44e164..a2a506f9a 100644
--- a/e2fsprogs/ext2fs/ext2_err.h
+++ b/e2fsprogs/ext2fs/ext2_err.h
@@ -3,8 +3,6 @@
3 * This file is automatically generated; please do not edit it. 3 * This file is automatically generated; please do not edit it.
4 */ 4 */
5 5
6#include <et/com_err.h>
7
8#define EXT2_ET_BASE (2133571328L) 6#define EXT2_ET_BASE (2133571328L)
9#define EXT2_ET_MAGIC_EXT2FS_FILSYS (2133571329L) 7#define EXT2_ET_MAGIC_EXT2FS_FILSYS (2133571329L)
10#define EXT2_ET_MAGIC_BADBLOCKS_LIST (2133571330L) 8#define EXT2_ET_MAGIC_BADBLOCKS_LIST (2133571330L)
diff --git a/e2fsprogs/ext2fs/ext2fs.h b/e2fsprogs/ext2fs/ext2fs.h
index 0832bc286..4bf5e5bba 100644
--- a/e2fsprogs/ext2fs/ext2fs.h
+++ b/e2fsprogs/ext2fs/ext2fs.h
@@ -77,11 +77,9 @@ typedef __s64 e2_blkcnt_t;
77typedef __u32 ext2_dirhash_t; 77typedef __u32 ext2_dirhash_t;
78 78
79#if EXT2_FLAT_INCLUDES 79#if EXT2_FLAT_INCLUDES
80#include "com_err.h"
81#include "ext2_io.h" 80#include "ext2_io.h"
82#include "ext2_err.h" 81#include "ext2_err.h"
83#else 82#else
84#include <et/com_err.h>
85#include <ext2fs/ext2_io.h> 83#include <ext2fs/ext2_io.h>
86#include <ext2fs/ext2_err.h> 84#include <ext2fs/ext2_err.h>
87#endif 85#endif
diff --git a/e2fsprogs/ext2fs/llseek.c b/e2fsprogs/ext2fs/llseek.c
index e0bedb57d..502faa3dd 100644
--- a/e2fsprogs/ext2fs/llseek.c
+++ b/e2fsprogs/ext2fs/llseek.c
@@ -22,7 +22,6 @@
22#ifdef __MSDOS__ 22#ifdef __MSDOS__
23#include <io.h> 23#include <io.h>
24#endif 24#endif
25#include "et/com_err.h"
26#include "ext2fs/ext2_io.h" 25#include "ext2fs/ext2_io.h"
27 26
28#ifdef __linux__ 27#ifdef __linux__