diff options
Diffstat (limited to 'sys/ntfs/ntfs.h')
-rw-r--r-- | sys/ntfs/ntfs.h | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/sys/ntfs/ntfs.h b/sys/ntfs/ntfs.h index 2eeb705ba34..65f380d6979 100644 --- a/sys/ntfs/ntfs.h +++ b/sys/ntfs/ntfs.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ntfs.h,v 1.14 2013/01/25 22:25:14 brad Exp $ */ +/* $OpenBSD: ntfs.h,v 1.15 2013/05/30 20:11:06 guenther Exp $ */ /* $NetBSD: ntfs.h,v 1.5 2003/04/24 07:50:19 christos Exp $ */ /*- @@ -46,6 +46,12 @@ typedef u_int16_t wchar; #define NTFS_UPCASEINO 10 #define NTFS_MAXFILENAME 255 +/* + * UFS directories use 32bit inode numbers internally, regardless + * of what the system on top of it uses. + */ +typedef u_int32_t ntfsino_t; + struct fixuphdr { u_int32_t fh_magic; u_int16_t fh_foff; |