xfsprogs: update to 4.11.0
[openwrt/openwrt.git] / package / utils / xfsprogs / patches / 120-disable_assert.patch
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