aboutsummaryrefslogtreecommitdiffstats
path: root/package/utils/xfsprogs/patches/120-disable_assert.patch
blob: 9a970d27ae2cc078cda884dd6271ef322e1cb8aa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
--- a/libxfs/libxfs_priv.h
+++ b/libxfs/libxfs_priv.h
@@ -84,9 +84,6 @@ extern uint32_t crc32c_le(uint32_t crc,
 /* for all the support code that uses progname in error messages */
 extern char    *progname;
 
-#undef ASSERT
-#define ASSERT(ex) assert(ex)
-
 #ifndef EWRONGFS
 #define EWRONGFS	EINVAL
 #endif