------ =_NextPart_000_01BE37FF.AE5B59E4
Content-Type: text/plain
Hi Linus,
The following patch add definitions for ntfs_s* as in ntfstypes.h
in linux/ntfs_fs_i.h
<<linux-ntfs.patch>>
Edouard.
--- Edouard.Parmelan@France.NCR.COM
------ =_NextPart_000_01BE37FF.AE5B59E4 Content-Type: application/octet-stream; name="linux-ntfs.patch" Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename="linux-ntfs.patch"
--- linux/include/linux/ntfs_fs_i.h.bak Sat Dec 20 00:24:22 1997=0A= +++ linux/include/linux/ntfs_fs_i.h Mon Jan 4 13:02:04 1999=0A= @@ -12,6 +12,10 @@=0A= typedef unsigned short ntfs_u16;=0A= typedef unsigned int ntfs_u32;=0A= typedef unsigned long long ntfs_u64;=0A= +typedef signed char ntfs_s8;=0A= +typedef signed short ntfs_s16;=0A= +typedef signed int ntfs_s32;=0A= +typedef signed long long ntfs_s64;=0A= #endif=0A= =0A= #ifndef NTMODE_T=0A=
------ =_NextPart_000_01BE37FF.AE5B59E4--
- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu Please read the FAQ at http://www.tux.org/lkml/