Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 28 Dec 1995 22:57:16 +0100
From:      Poul-Henning Kamp <phk@critter.tfs.com>
To:        Mattias.Gronlund@sa.erisoft.se (Mattias Gronlund)
Cc:        wollman@lcs.mit.edu (Garrett A. Wollman), freebsd-hackers@freebsd.org
Subject:   Re: NFS ROOT 0.0.0.0:/... 
Message-ID:  <16877.820187836@critter.tfs.com>
In-Reply-To: Your message of "Thu, 28 Dec 1995 22:34:47 %2B0100." <9512282134.AA05107@sws021.sa.erisoft.se> 

next in thread | previous in thread | raw e-mail | index | archive | help
> > <<On Wed, 27 Dec 1995 23:19:53 +0100 (MET), Mattias.Gronlund@sa.erisoft.se 
(Mattias Gronlund) said:
> > 
> > >         sprintf(buf,"%ld.%ld.%ld.%ld:%s",
> > >                 (l >> 24) & 0xff, (l >> 16) & 0xff,
> > >                 (l >>  8) & 0xff, (l >>  0) & 0xff,nd->root_hostnam);
> > 
> > Should use inet_ntoa(), that's what it's there for.
> > 
> > -GAWollman
> 
> But this was NOT the essential thing with the diff! the thing that I meant 
> was that someone have missed some row erlier, l should contain the IP-address
> for the root server not the swap server!

I have just committed your fix.

--
Poul-Henning Kamp           | phk@FreeBSD.ORG       FreeBSD Core-team.
http://www.freebsd.org/~phk | phk@login.dknet.dk    Private mailbox.
whois: [PHK]                | phk@ref.tfs.com       TRW Financial Systems, Inc.
Future will arrive by its own means, progress not so.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?16877.820187836>