Hi David ! David Young wrote:
Module Name: src
Committed By: dyoung
Date: Fri Aug 31 21:02:16 UTC 2007
Modified Files:
src/sys/net: if.c if.h
Log Message:
Per discussion in 30 May 2007 on tech-net, add accessors for
ifreq->ifr_addr, ifreq_getaddr() and ifreq_setaddr().
To generate a diff of this commit:
cvs rdiff -r1.197 -r1.198 src/sys/net/if.c
cvs rdiff -r1.124 -r1.125 src/sys/net/if.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
build release trips over a lint/compile botch: compile libc/ethers.ln/fs/raid1a/src/NetBSD/tc-merge/src/sys/net/if.h(574): warning: argument cmd unused in function ifreq_getaddr [231]
Regards, Frank