[BusyBox-cvs] svn commit: trunk/busybox/e2fsprogs/ext2fs

vapier at busybox.net vapier at busybox.net
Sat Jun 11 20:29:03 UTC 2005


Author: vapier
Date: 2005-06-11 14:29:02 -0600 (Sat, 11 Jun 2005)
New Revision: 10528

Log:
remove com_err.h includes

Modified:
   trunk/busybox/e2fsprogs/ext2fs/ext2_err.h
   trunk/busybox/e2fsprogs/ext2fs/ext2fs.h
   trunk/busybox/e2fsprogs/ext2fs/llseek.c


Changeset:
Modified: trunk/busybox/e2fsprogs/ext2fs/ext2_err.h
===================================================================
--- trunk/busybox/e2fsprogs/ext2fs/ext2_err.h	2005-06-11 20:28:47 UTC (rev 10527)
+++ trunk/busybox/e2fsprogs/ext2fs/ext2_err.h	2005-06-11 20:29:02 UTC (rev 10528)
@@ -3,8 +3,6 @@
  * This file is automatically generated; please do not edit it.
  */
 
-#include <et/com_err.h>
-
 #define EXT2_ET_BASE                             (2133571328L)
 #define EXT2_ET_MAGIC_EXT2FS_FILSYS              (2133571329L)
 #define EXT2_ET_MAGIC_BADBLOCKS_LIST             (2133571330L)

Modified: trunk/busybox/e2fsprogs/ext2fs/ext2fs.h
===================================================================
--- trunk/busybox/e2fsprogs/ext2fs/ext2fs.h	2005-06-11 20:28:47 UTC (rev 10527)
+++ trunk/busybox/e2fsprogs/ext2fs/ext2fs.h	2005-06-11 20:29:02 UTC (rev 10528)
@@ -77,11 +77,9 @@
 typedef __u32		ext2_dirhash_t;
 
 #if EXT2_FLAT_INCLUDES
-#include "com_err.h"
 #include "ext2_io.h"
 #include "ext2_err.h"
 #else
-#include <et/com_err.h>
 #include <ext2fs/ext2_io.h>
 #include <ext2fs/ext2_err.h>
 #endif

Modified: trunk/busybox/e2fsprogs/ext2fs/llseek.c
===================================================================
--- trunk/busybox/e2fsprogs/ext2fs/llseek.c	2005-06-11 20:28:47 UTC (rev 10527)
+++ trunk/busybox/e2fsprogs/ext2fs/llseek.c	2005-06-11 20:29:02 UTC (rev 10528)
@@ -22,7 +22,6 @@
 #ifdef __MSDOS__
 #include <io.h>
 #endif
-#include "et/com_err.h"
 #include "ext2fs/ext2_io.h"
 
 #ifdef __linux__




More information about the busybox-cvs mailing list