Date: Mon, 25 Oct 1999 11:43:12 +0200 From: Sheldon Hearn <sheldonh@uunet.co.za> To: Chuck Robey <chuckr@picnic.mat.net> Cc: FreeBSD-current@FreeBSD.ORG Subject: Re: lsof broken Message-ID: <1609.940844592@axl.noc.iafrica.com> In-Reply-To: Your message of "Sun, 24 Oct 1999 23:32:42 -0400." <Pine.BSF.4.10.9910242331580.29073-100000@picnic.mat.net>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1609.940844592>