Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Jaromir Dolecek <jdolecek@netbsd.org>
List: source-changes
Date: 04/09/2001 13:22:03
Module Name:	syssrc
Committed By:	jdolecek
Date:		Mon Apr  9 10:22:03 UTC 2001

Modified Files:
	syssrc/sys/compat/common: vfs_syscalls_12.c vfs_syscalls_43.c
	syssrc/sys/compat/netbsd32: netbsd32_fs.c
	syssrc/sys/compat/osf1: osf1_descrip.c
	syssrc/sys/kern: kern_descrip.c sys_socket.c vfs_vnops.c
	syssrc/sys/miscfs/fdesc: fdesc_vnops.c
	syssrc/sys/sys: file.h

Log Message:
Change the first arg to fileops fo_stat routine to struct file *, adjust
callers and appropriate routines to cope. This makes fo_stat more
consistent with rest of fileops routines and also makes the fo_stat
match FreeBSD as an added bonus.
Discussed with Luke Mewburn on tech-kern@.


To generate a diff of this commit:
cvs rdiff -r1.7 -r1.8 syssrc/sys/compat/common/vfs_syscalls_12.c
cvs rdiff -r1.16 -r1.17 syssrc/sys/compat/common/vfs_syscalls_43.c
cvs rdiff -r1.3 -r1.4 syssrc/sys/compat/netbsd32/netbsd32_fs.c
cvs rdiff -r1.10 -r1.11 syssrc/sys/compat/osf1/osf1_descrip.c
cvs rdiff -r1.73 -r1.74 syssrc/sys/kern/kern_descrip.c
cvs rdiff -r1.23 -r1.24 syssrc/sys/kern/sys_socket.c
cvs rdiff -r1.47 -r1.48 syssrc/sys/kern/vfs_vnops.c
cvs rdiff -r1.61 -r1.62 syssrc/sys/miscfs/fdesc/fdesc_vnops.c
cvs rdiff -r1.24 -r1.25 syssrc/sys/sys/file.h

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