CVSROOT: /cvs Module name: src Changes by: matt...@cvs.openbsd.org 2011/07/14 17:32:08
Modified files: sys/compat/linux: syscalls.master Log message: Fix entry 84 to use the same prototype for linux_sys_lstat() as entry 107 does (i.e., using a pointer to "struct linux_stat" rather than a pointer to "struct stat43"). No binary change: entry 84 is "NOARGS" so the prototype only goes into a comment in linux_syscall.h.