Subject: CVS commit: src/sys/nfs
To: None <source-changes@NetBSD.org>
From: David Young <dyoung@netbsd.org>
List: source-changes
Date: 08/31/2007 22:02:59
Module Name:	src
Committed By:	dyoung
Date:		Fri Aug 31 22:02:59 UTC 2007

Modified Files:
	src/sys/nfs: nfs_boot.c

Log Message:
Use sockaddr_in_init() and ifreq_setaddr() to initialize a sockaddr_in
and an ifreq.ifr_addr, respectively.  Get rid of an extraneous
cast---down the elevator shaft!  Change 'ireq' to 'ifr', which is
what the kernel calls a temporary struct ifreq virtually everywhere
else.


To generate a diff of this commit:
cvs rdiff -r1.68 -r1.69 src/sys/nfs/nfs_boot.c

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