Date: Thu, 28 Dec 1995 22:34:47 +0100 (MET) From: Mattias.Gronlund@sa.erisoft.se (Mattias Gronlund) To: wollman@lcs.mit.edu (Garrett A. Wollman) Cc: freebsd-hackers@freebsd.org Subject: Re: NFS ROOT 0.0.0.0:/... Message-ID: <9512282134.AA05107@sws021.sa.erisoft.se> In-Reply-To: <9512281847.AA24583@halloran-eldar.lcs.mit.edu> from "Garrett A. Wollman" at Dec 28, 95 01:47:09 pm
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! /Mattias
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?9512282134.AA05107>