We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent caf5768 commit 0b2b0f3Copy full SHA for 0b2b0f3
e2fsprogs/tune2fs.c
@@ -8,13 +8,7 @@
8
*/
9
#include "libbb.h"
10
#include <linux/fs.h>
11
-/*
12
- * Work around linux/ext2_fs.h breakage.
13
- * See https://bugzilla.kernel.org/show_bug.cgi?id=42986.
14
- */
15
-typedef mode_t bb__umode_t;
16
-#define umode_t bb__umode_t
17
-#include <linux/ext2_fs.h>
+#include "bb_linux_ext2_fs.h"
18
19
// storage helpers
20
char BUG_wrong_field_size(void);
0 commit comments