From owner-freebsd-hackers Thu Jan 4 00:15:20 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id AAA22093 for hackers-outgoing; Thu, 4 Jan 1996 00:15:20 -0800 (PST) Received: from schizo.cdsnet.net (schizo.cdsnet.net [204.118.244.32]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id AAA22085 for ; Thu, 4 Jan 1996 00:15:11 -0800 (PST) Received: (from mrcpu@localhost) by schizo.cdsnet.net (8.6.12/8.6.12) id AAA11522; Thu, 4 Jan 1996 00:17:43 -0800 Date: Thu, 4 Jan 1996 00:17:42 -0800 (PST) From: Jaye Mathisen To: hackers@freebsd.org Subject: Dinky lsof patch Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-hackers@freebsd.org Precedence: bulk The following patch to Configure lets lsof-3.45 compile out of the box on 2.1-STABLE. Seems like it should be trivial to convert to a port, if I had the vaguest idea how. *** Configure Thu Jan 4 00:10:36 1996 --- Configure.orig Thu Jan 4 00:14:29 1996 *************** *** 304,319 **** LSOF_N_UNIX=/kernel fi ;; - 2.1-*) - LSOF_CFGF="-D_FREEBSDV=210" - LSOF_CFGL="-lkvm" - LSOF_DINC="-I./dialects/freebsd/include/2" - LSOF_N_UNIX=`/usr/sbin/sysctl -n kern.bootfile` - if test "X$LSOF_N_UNIX" = "X" - then - LSOF_N_UNIX=/kernel - fi - ;; *) echo Unknown FreeBSD release: `uname -r` echo Assuming FreeBSD 1.x --- 304,309 ----