more const, inline, forward declaration usage, strip 20k source size ;-)
This commit is contained in:
parent
747fc5d5fd
commit
69d728be18
@ -29,7 +29,6 @@ typedef long errcode_t;
|
||||
/* NLS crap */
|
||||
#define _(x) x
|
||||
#define N_(x) x
|
||||
#define P_(singular, plural, n) ((n) == 1 ? (singular) : (plural))
|
||||
|
||||
/* misc crap */
|
||||
#define fatal_error(err, msg) bb_error_msg_and_die(msg)
|
||||
@ -38,7 +37,6 @@ typedef long errcode_t;
|
||||
|
||||
/* header defines */
|
||||
#define ENABLE_HTREE 1
|
||||
#define HAVE_DIRENT_H 1
|
||||
#define HAVE_ERRNO_H 1
|
||||
#define HAVE_EXT2_IOCTLS 1
|
||||
#define HAVE_GETOPT_H 1
|
||||
|
1621
e2fsprogs/e2fsck.c
1621
e2fsprogs/e2fsck.c
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user