From owner-freebsd-hackers Thu Dec 28 13:35:34 1995 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id NAA01123 for hackers-outgoing; Thu, 28 Dec 1995 13:35:34 -0800 (PST) Received: from mailgate.ericsson.se (mailgate.ericsson.se [130.100.2.2]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id NAA01110 for ; Thu, 28 Dec 1995 13:35:26 -0800 (PST) Received: from sa.erisoft.se (epls01.sa.erisoft.se [150.132.128.1]) by mailgate.ericsson.se (8.6.11/1.0) with SMTP id WAA05249; Thu, 28 Dec 1995 22:35:22 +0100 Received: from sws021.sa.erisoft.se by sa.erisoft.se (4.1/SMI-4.1-ERIS0.99) id AA05982; Thu, 28 Dec 95 22:35:21 +0100 From: Mattias.Gronlund@sa.erisoft.se (Mattias Gronlund) Received: by sws021.sa.erisoft.se (5.x/client-1.3) id AA05107; Thu, 28 Dec 1995 22:34:47 +0100 Message-Id: <9512282134.AA05107@sws021.sa.erisoft.se> Subject: Re: NFS ROOT 0.0.0.0:/... To: wollman@lcs.mit.edu (Garrett A. Wollman) Date: Thu, 28 Dec 1995 22:34:47 +0100 (MET) Cc: freebsd-hackers@freebsd.org In-Reply-To: <9512281847.AA24583@halloran-eldar.lcs.mit.edu> from "Garrett A. Wollman" at Dec 28, 95 01:47:09 pm X-Mailer: ELM [version 2.4 PL24] Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-hackers@freebsd.org Precedence: bulk > < > > 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