Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Frank van der Linden <fvdl@netbsd.org>
List: source-changes
Date: 12/11/2000 01:17:02
Module Name:	syssrc
Committed By:	fvdl
Date:		Sun Dec 10 23:17:02 UTC 2000

Modified Files:
	syssrc/sys/nfs: nfs_boot.c nfs_socket.c

Log Message:
Make sobind() take a struct proc *. It already took curproc and
passed it down to the appropriate usrreq function, and this
allows usage for contexts that need to be explicitly different
from curproc (like in the NFS code when binding to a reserved port).


To generate a diff of this commit:
cvs rdiff -r1.54 -r1.55 syssrc/sys/nfs/nfs_boot.c
cvs rdiff -r1.62 -r1.63 syssrc/sys/nfs/nfs_socket.c

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