X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=package%2Futils%2Fxfsprogs%2Fpatches%2F120-disable_assert.patch;fp=package%2Futils%2Fxfsprogs%2Fpatches%2F120-disable_assert.patch;h=0000000000000000000000000000000000000000;hb=e86b67e700248ce4f92e95f2dfedc44db8148d45;hp=9a970d27ae2cc078cda884dd6271ef322e1cb8aa;hpb=173d2843c7d9a8007e3d2874b1f3bb909df6c95a;p=openwrt%2F.git diff --git a/package/utils/xfsprogs/patches/120-disable_assert.patch b/package/utils/xfsprogs/patches/120-disable_assert.patch deleted file mode 100644 index 9a970d27ae..0000000000 --- a/package/utils/xfsprogs/patches/120-disable_assert.patch +++ /dev/null @@ -1,12 +0,0 @@ ---- 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