summaryrefslogtreecommitdiff
path: root/misc/jfs_user.h
diff options
context:
space:
mode:
authorTheodore Ts'o <tytso@mit.edu>2001-12-23 19:33:51 -0500
committerTheodore Ts'o <tytso@mit.edu>2001-12-23 19:33:51 -0500
commit19007e51a548d1e0eff01025dde9f147a0beb26d (patch)
treec8cd2b42566db54dd50ee50df11612d6b84ffcde /misc/jfs_user.h
parent344368911e118ffacde509d63bb8e617f91ea7cf (diff)
downloade2fsprogs-19007e51a548d1e0eff01025dde9f147a0beb26d.tar.gz
Move linux/jbd.h to ext2fs/kernel-jbd.h, to avoid using the
system header file version of hbd.h when using diet glibc (since it forcibly adds /usr/include to the beginning of include search path.)
Diffstat (limited to 'misc/jfs_user.h')
-rw-r--r--misc/jfs_user.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/misc/jfs_user.h b/misc/jfs_user.h
index 15831682..3070cd55 100644
--- a/misc/jfs_user.h
+++ b/misc/jfs_user.h
@@ -3,7 +3,6 @@
typedef unsigned short kdev_t;
-#include <linux/jbd.h>
-
+#include <ext2fs/kernel-jbd.h>
#endif /* _JFS_USER_H */