Keep UFS compatible on 32 and 64 bit builds by changing the 'time_t' embedded
commit5485f5406426eb7458891c2218d2e07f42aca8cf
authorMatthew Dillon <dillon@dragonflybsd.org>
Mon, 4 Aug 2008 18:15:47 +0000 (4 18:15 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Mon, 4 Aug 2008 18:15:47 +0000 (4 18:15 +0000)
tree8f513e283c52714710e74ecf7ac4bf794d67c804
parent7efc589a6d424483f877b2a99193c00a00109345
Keep UFS compatible on 32 and 64 bit builds by changing the 'time_t' embedded
in its media structure to ufs_time_t.
sys/vfs/ufs/dinode.h
sys/vfs/ufs/fs.h
sys/vfs/ufs/quota.h
sys/vfs/ufs/ufs_types.h [new file with mode: 0644]
sys/vfs/ufs/ufsmount.h