Date: Thu, 4 Jan 1996 00:17:42 -0800 (PST) From: Jaye Mathisen <mrcpu@cdsnet.net> To: hackers@freebsd.org Subject: Dinky lsof patch Message-ID: <Pine.BSF.3.91.960104001526.11047J@schizo.cdsnet.net>
next in thread | raw e-mail | index | archive | help
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 ----
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.91.960104001526.11047J>