From owner-freebsd-current Mon Oct 25 2:43:42 1999 Delivered-To: freebsd-current@freebsd.org Received: from axl.noc.iafrica.com (axl.noc.iafrica.com [196.31.1.175]) by hub.freebsd.org (Postfix) with ESMTP id 875C515111 for ; Mon, 25 Oct 1999 02:43:34 -0700 (PDT) (envelope-from sheldonh@axl.noc.iafrica.com) Received: from sheldonh (helo=axl.noc.iafrica.com) by axl.noc.iafrica.com with local-esmtp (Exim 3.040 #1) id 11fgem-0000Py-00; Mon, 25 Oct 1999 11:43:12 +0200 From: Sheldon Hearn To: Chuck Robey Cc: FreeBSD-current@FreeBSD.ORG Subject: Re: lsof broken In-reply-to: Your message of "Sun, 24 Oct 1999 23:32:42 -0400." Date: Mon, 25 Oct 1999 11:43:12 +0200 Message-ID: <1609.940844592@axl.noc.iafrica.com> Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, 24 Oct 1999 23:32:42 -0400, Chuck Robey wrote: > It's broken trying to work with the name cache, and dies because it can't > find the name NCACHE. Where is this guy? I use the following patch to patches/patch-aa for CURRENT. I've no idea what this does to STABLE. Ciao, Sheldon. Index: patches/patch-aa =================================================================== RCS file: /home/ncvs/ports/sysutils/lsof/patches/patch-aa,v retrieving revision 1.2 diff -u -d -r1.2 patch-aa --- patch-aa 1997/02/04 08:30:22 1.2 +++ patch-aa 1999/10/25 09:39:34 @@ -1,6 +1,15 @@ --- dialects/freebsd/machine.h.orig Fri Jan 17 23:15:41 1997 +++ dialects/freebsd/machine.h Tue Feb 4 17:23:58 1997 -@@ -291,7 +291,7 @@ +@@ -217,7 +217,7 @@ + * cache whose cache and vnodes are linked by a capability ID. + */ + +-#define HASNCACHE 1 ++/* #define HASNCACHE 1 */ + #define HASNCAPID 1 + + +@@ -355,7 +355,7 @@ * (the one that its user logged on with) of the lsof process. */ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message