Module Name: src Committed By: snj Date: Sat Aug 12 16:22:31 UTC 2017
Modified Files: src/sys/compat/common [netbsd-6-1]: vfs_syscalls_12.c vfs_syscalls_43.c src/sys/compat/sys [netbsd-6-1]: dirent.h Log Message: Pull up following revision(s) (requested by mrg in ticket #1469): sys/compat/common/vfs_syscalls_12.c: revision 1.30 sys/compat/common/vfs_syscalls_43.c: revision 1.56 sys/compat/sys/dirent.h: revision 1.3 It is wishful thinking that vn_readdir will return dirent12 structures. -- Fix the compat-4.3 getdirentries call (pre d_type). This is used in NetBSD-0.9. -- add a struct for the 4.3BSD struct direct To generate a diff of this commit: cvs rdiff -u -r1.29 -r1.29.26.1 src/sys/compat/common/vfs_syscalls_12.c cvs rdiff -u -r1.54.14.1.2.1 -r1.54.14.1.2.2 \ src/sys/compat/common/vfs_syscalls_43.c cvs rdiff -u -r1.2 -r1.2.134.1 src/sys/compat/sys/dirent.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.