On Thu, Sep 12, 2013 at 1:33 PM, Eivind Evensen <[email protected]> wrote: > Hello. > > Trying to figure out what I've done wrong to have a diskless setup > boot the kernel and then try to talk to a broadcast address rather than > the nfsserver, I saw this typo. > > Eivind > > > Index: sys/nfs/nfs_boot.c > =================================================================== > RCS file: /cvs/src/sys/nfs/nfs_boot.c,v > retrieving revision 1.27 > diff -u -u -p -r1.27 nfs_boot.c > --- sys/nfs/nfs_boot.c 22 May 2013 09:13:36 -0000 1.27 > +++ sys/nfs/nfs_boot.c 12 Sep 2013 11:14:07 -0000 > @@ -196,7 +196,7 @@ nfs_boot_init(struct nfs_diskless *nd, s > * Use the old broadcast address for the WHOAMI > * call because we do not yet know our netmask. > * The server address returned by the WHOAMI call > - * is used for all subsequent booptaram RPCs. > + * is used for all subsequent bootparam RPCs. > */ > bzero((caddr_t)&bp_sin, sizeof(bp_sin)); > bp_sin.sin_len = sizeof(bp_sin); >
Thanks. jmc?
