CVSROOT: /cvs Module name: src Changes by: dera...@cvs.openbsd.org 2013/04/16 21:33:13
Modified files: sbin/fsck_ext2fs: inode.c sbin/newfs_ext2fs: mke2fs.c Log message: ext2fs has a 32-bit time fields. store a u_int32_t of the real time_t -- that should tide us over for a long time. ok guenther