Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Eduardo Horvath <eeh@netbsd.org>
List: source-changes
Date: 12/31/1999 14:26:23
Module Name:	syssrc
Committed By:	eeh
Date:		Fri Dec 31 22:26:22 UTC 1999

Modified Files:
	syssrc/sys/compat/netbsd32: netbsd32_netbsd.c

Log Message:
netbsd32_close() would work better if it called sys_close() rather than
sys_write().
netbsd32_getfsstat() cannot just copyin()/copyout(), convert the structures,
and call sys_getffstat().  sys_getffstat() wants to do its own
copyin()/copyout().  So we need to implent the whole of sys_getffstat()
in netbsd32_getfsstat().


To generate a diff of this commit:
cvs rdiff -r1.20 -r1.21 syssrc/sys/compat/netbsd32/netbsd32_netbsd.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.