fix building w/out et headers and w/out debug
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user