From owner-freebsd-current@FreeBSD.ORG Thu Nov 20 19:10:32 2008 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9CEC31065678 for ; Thu, 20 Nov 2008 19:10:32 +0000 (UTC) (envelope-from rizzo.unipi@gmail.com) Received: from wf-out-1314.google.com (wf-out-1314.google.com [209.85.200.170]) by mx1.freebsd.org (Postfix) with ESMTP id 6F20C8FC1A for ; Thu, 20 Nov 2008 19:10:32 +0000 (UTC) (envelope-from rizzo.unipi@gmail.com) Received: by wf-out-1314.google.com with SMTP id 24so642290wfg.7 for ; Thu, 20 Nov 2008 11:10:32 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:sender :to:subject:mime-version:content-type:content-transfer-encoding :content-disposition:x-google-sender-auth; bh=QLlTFutJTOqw6GYLn02ybZj5sXovEILCCJfVwmI/iVI=; b=R1MWt+Pjm9GrAJ//w90acZeCgquvUc8yCHLO1Oj96Hr4txO8dQREhhlzpmYY0ENkpb uWFsBGJn/S+oppbmgosjJpnQEcz5qhwAhJ4GmGKywc9w3uJqV99RCY1YX/3yFustNUZe LpUPrm2NUj2s1jfzb7ScCz0IuRAlqbBaeOqAE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:sender:to:subject:mime-version:content-type :content-transfer-encoding:content-disposition:x-google-sender-auth; b=fMHdqlgQ0U27DprTjcPAK1Xs+NuaHkKK3Lsb2wpvFjwkbUN432bSwWWXRlDa9KnYq9 l/UOVOz2udRCHlPhREEntEpQzbF0JyEL5yjyp/r7rH1X7tvlpMZedNuQNyAcCmKuiEkM 6+h4EYB7l0MO7O08bt9fU3xWW1d9HNEL9bLuM= Received: by 10.142.147.15 with SMTP id u15mr1267256wfd.226.1227206750496; Thu, 20 Nov 2008 10:45:50 -0800 (PST) Received: by 10.143.18.9 with HTTP; Thu, 20 Nov 2008 10:45:50 -0800 (PST) Message-ID: Date: Thu, 20 Nov 2008 19:45:50 +0100 From: "Luigi Rizzo" Sender: rizzo.unipi@gmail.com To: current@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Google-Sender-Auth: 89d910aea269f473 Cc: Subject: src/sys/boot/common/load.c unused ? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Nov 2008 19:10:32 -0000 while debugging the misbehaviour of pxeboot on certain machines, i noticed that the file src/sys/boot/common/load.c seems to be unused -- in fact, i could not find a reference to this file (or the filedup() function that it implements) anywhere. Is it supposed to be used somehow, or it is ok to remove it ? cheers luigi