OpenWrt – Blame information for rev 4

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 --- a/libxfs/libxfs_priv.h
2 +++ b/libxfs/libxfs_priv.h
3 @@ -84,9 +84,6 @@ extern uint32_t crc32c_le(uint32_t crc,
4 /* for all the support code that uses progname in error messages */
5 extern char *progname;
6  
7 -#undef ASSERT
8 -#define ASSERT(ex) assert(ex)
9 -
10 #ifndef EWRONGFS
11 #define EWRONGFS EINVAL
12 #endif