e2fsprogs/debugfs/jfs_user.h
Theodore Ts'o 19007e51a5 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.)
2001-12-23 19:33:51 -05:00

9 lines
130 B
C

#ifndef _JFS_USER_H
#define _JFS_USER_H
typedef unsigned short kdev_t;
#include <ext2fs/kernel-jbd.h>
#endif /* _JFS_USER_H */