CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2010/11/18 14:18:10
Modified files: sys/ntfs : ntfs_vnops.c sys/ufs/ext2fs : ext2fs_lookup.c Log message: Make sure readdir cookies are actually allocated with the correct size (in case eventually we change their type from u_long to something else), and do not truncate them to 32 bits in the ntfs code. ok tedu@