CVSROOT: /cvs Module name: src Changes by: [email protected] 2011/07/08 23:46:26
Modified files:
sys/conf : GENERIC
sys/kern : syscalls.master syscalls.conf vfs_syscalls.c
Log message:
Fix up previous diff: use COMPAT_O48 instead of COMPAT_48, add option
to GENERIC, wrap compat_o48_sys_getdirentries() with an appropriate
#ifdef, and use struct compat_o48_sys_getdirentries_args instead of
struct sys_getdirentries_args.
