From owner-freebsd-afs@FreeBSD.ORG Wed Feb 27 22:34:09 2008 Return-Path: Delivered-To: afs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D63871065676; Wed, 27 Feb 2008 22:34:09 +0000 (UTC) (envelope-from tol@stacken.kth.se) Received: from smtp-2.sys.kth.se (smtp-2.sys.kth.se [130.237.32.160]) by mx1.freebsd.org (Postfix) with ESMTP id 87AA48FC2F; Wed, 27 Feb 2008 22:34:09 +0000 (UTC) (envelope-from tol@stacken.kth.se) Received: from localhost (localhost [127.0.0.1]) by smtp-2.sys.kth.se (Postfix) with ESMTP id E674814DDAC; Wed, 27 Feb 2008 23:33:37 +0100 (CET) X-Virus-Scanned: by amavisd-new at kth.se Received: from smtp-2.sys.kth.se ([127.0.0.1]) by localhost (smtp-2.sys.kth.se [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 4Xk1eDpdHMbY; Wed, 27 Feb 2008 23:33:35 +0100 (CET) Received: from [213.89.100.0] (unknown [213.89.100.0]) by smtp-2.sys.kth.se (Postfix) with ESMTP id 9D7AA14C228; Wed, 27 Feb 2008 23:33:34 +0100 (CET) From: Tomas Olsson To: Robert Watson In-Reply-To: <20080227001442.M19847@fledge.watson.org> References: <20080216035658.W93919@fledge.watson.org> <1203286882.16414.3.camel@heterodyne.kaj> <20080218012608.V96329@fledge.watson.org> <20080222125207.GD38141@hamlet.setfilepointer.com> <20080223092516.O23969@fledge.watson.org> <20080223102922.GF38141@hamlet.setfilepointer.com> <20080223110549.GG38141@hamlet.setfilepointer.com> <20080223161249.GH38141@hamlet.setfilepointer.com> <1203788012.4065.10.camel@hippo.t.nxs.se> <1204065013.4007.17.camel@hippo.t.nxs.se> <20080227001442.M19847@fledge.watson.org> Content-Type: text/plain Date: Wed, 27 Feb 2008 23:36:47 +0100 Message-Id: <1204151807.4068.8.camel@hippo.t.nxs.se> Mime-Version: 1.0 X-Mailer: Evolution 2.12.0 Content-Transfer-Encoding: 7bit Cc: Alec Kloss , afs@FreeBSD.org, arla-drinkers@stacken.kth.se Subject: Re: Patches to get Arla running on FreeBSD 8-CURRENT X-BeenThere: freebsd-afs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: The Andrew File System and FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Feb 2008 22:34:09 -0000 On Wed, 2008-02-27 at 00:15 +0000, Robert Watson wrote: > The fs_local.h change was to address this: > > Making all in fs > gcc -DHAVE_CONFIG_H -I. -I../../include -I../../include -I/usr/local/include > -I./../../include -I/usr/local/include -I./../.. -I./../lib > -I../../include -I/usr/local/include -I../../rxdef -I. > -I./../../nnpfs/include -I./../../arlad -I./../../rxkad > -I/usr/local/include -DINET6 -g -Wall -Wmissing-prototypes -Wpointer-arith > -Wmissing-declarations -Wnested-externs -c -o fs-fs.o `test -f 'fs.c' || echo > './'`fs.c Hm. What happened to $(KERNEL_INCLUDE)? > The underlying problem is presumably an include path issue, but since > nnpfs_deb.h wasn't required anyway by fs.c, removing the include seemed the > simplest solution and didn't appear to cause any other problems. I may be wrong here, but to me it looks like 'fs nnpfsdebug all' etc will always send a zero mask to kernel with the proposed patch. I tend to use that command... thanks /t