fix building w/out et headers and w/out debug
This commit is contained in:
parent
f87b3e30a7
commit
16ce8aa412
@ -45,10 +45,8 @@ extern int optind;
|
||||
#endif
|
||||
|
||||
#include "e2fsbb.h"
|
||||
#include "et/com_err.h"
|
||||
#include "e2fsck/e2fsck.h"
|
||||
#include "e2fsck/problem.h"
|
||||
//#include "../version.h"
|
||||
|
||||
/* Command line options */
|
||||
static int swapfs;
|
||||
|
@ -10,7 +10,6 @@
|
||||
#include <errno.h>
|
||||
#endif
|
||||
|
||||
#include <et/com_err.h>
|
||||
#include "e2fsck.h"
|
||||
|
||||
static int check_bb_inode_blocks(ext2_filsys fs, blk_t *block_nr, int blockcnt,
|
||||
|
@ -30,7 +30,9 @@
|
||||
#define DICT_IMPLEMENTATION
|
||||
#include "dict.h"
|
||||
|
||||
#define NDEBUG
|
||||
#ifndef NDEBUG
|
||||
# define NDEBUG
|
||||
#endif
|
||||
|
||||
/*
|
||||
* These macros provide short convenient names for structure members,
|
||||
|
@ -13,7 +13,6 @@
|
||||
#ifdef HAVE_ERRNO_H
|
||||
#include <errno.h>
|
||||
#endif
|
||||
#include <et/com_err.h>
|
||||
#include "e2fsck.h"
|
||||
|
||||
#ifdef ENABLE_SWAPFS
|
||||
|
Loading…
Reference in New Issue
Block a user