mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
8bc26ed598
Signed-off-by: Rosen Penev <rosenp@gmail.com>
13 lines
365 B
Diff
13 lines
365 B
Diff
--- a/libxfs/libxfs_priv.h
|
|
+++ b/libxfs/libxfs_priv.h
|
|
@@ -87,9 +87,6 @@ struct iomap;
|
|
/* for all the support code that uses progname in error messages */
|
|
extern char *progname;
|
|
|
|
-#undef ASSERT
|
|
-#define ASSERT(ex) assert(ex)
|
|
-
|
|
/*
|
|
* We have no need for the "linux" dev_t in userspace, so these
|
|
* are no-ops, and an xfs_dev_t is stored in VFS_I(ip)->i_rdev
|