From owner-cvs-sys Fri Dec 29 23:24:27 1995 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id XAA04573 for cvs-sys-outgoing; Fri, 29 Dec 1995 23:24:27 -0800 (PST) Received: (from bde@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id XAA04563 Fri, 29 Dec 1995 23:24:21 -0800 (PST) Date: Fri, 29 Dec 1995 23:24:21 -0800 (PST) From: Bruce Evans Message-Id: <199512300724.XAA04563@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/libkern mcount.c Sender: owner-cvs-sys@FreeBSD.ORG Precedence: bulk bde 95/12/29 23:24:20 Modified: sys/libkern mcount.c Log: Copied mcount.c from the library again. #include'ing it via a relative path to a possibly-nonexistent place didn't work well enough. Sigh. Revision Changes Path 1.6 +325 -3 src/sys/libkern/mcount.c