diff options
author | Mike Frysinger | 2006-03-08 07:03:27 +0000 |
---|---|---|
committer | Mike Frysinger | 2006-03-08 07:03:27 +0000 |
commit | 874af85d5eb08b65476f406f6a1e7edc127ac210 (patch) | |
tree | 1cb4ee52f1592350dd9c4471b2a334957cc42b5e /e2fsprogs/e2fsbb.h | |
parent | 0f2dd9f4eb9007bf44aa3f0cf30a35c36fbbd5b2 (diff) | |
download | busybox-874af85d5eb08b65476f406f6a1e7edc127ac210.zip busybox-874af85d5eb08b65476f406f6a1e7edc127ac210.tar.gz |
import most of e2fsprogs 1.38 updates
Diffstat (limited to 'e2fsprogs/e2fsbb.h')
-rw-r--r-- | e2fsprogs/e2fsbb.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/e2fsprogs/e2fsbb.h b/e2fsprogs/e2fsbb.h index 74c4e5b..ddd1966 100644 --- a/e2fsprogs/e2fsbb.h +++ b/e2fsprogs/e2fsbb.h @@ -11,8 +11,8 @@ #include "libbb.h" /* version we've last synced against */ -#define E2FSPROGS_VERSION "1.37" -#define E2FSPROGS_DATE "21-Mar-2005" +#define E2FSPROGS_VERSION "1.38" +#define E2FSPROGS_DATE "30-Jun-2005" /* make sure com_err.h isnt included before us */ #ifdef __COM_ERR_H__ @@ -51,7 +51,7 @@ typedef long errcode_t; #define HAVE_UNISTD_H 1 /* Endianness */ -#if __BYTE_ORDER== __BIG_ENDIAN +#if __BYTE_ORDER == __BIG_ENDIAN #define ENABLE_SWAPFS 1 #define WORDS_BIGENDIAN 1 #endif |