Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/compat/osf1
Module Name: src
Committed By: njoly
Date: Tue Dec 2 13:45:02 UTC 2008
Modified Files:
src/sys/compat/osf1: osf1_file.c syscalls.master
Added Files:
src/sys/compat/osf1: osf1_dirent.h
Log Message:
Fix getdirentries(2) by not calling compat_43_sys_getdirentries, but
letting do its own job instead (native and osf1 dirent structure have
different member number and types).
To generate a diff of this commit:
cvs rdiff -r0 -r1.1 src/sys/compat/osf1/osf1_dirent.h
cvs rdiff -r1.30 -r1.31 src/sys/compat/osf1/osf1_file.c
cvs rdiff -r1.46 -r1.47 src/sys/compat/osf1/syscalls.master
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index