From owner-freebsd-commit Mon Jan 1 09:11:30 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id JAA27831 for freebsd-commit-outgoing; Mon, 1 Jan 1996 09:11:30 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id JAA27822 for cvs-all-outgoing; Mon, 1 Jan 1996 09:11:27 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id JAA27812 for cvs-sys-outgoing; Mon, 1 Jan 1996 09:11:25 -0800 (PST) Received: (from bde@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id JAA27805 Mon, 1 Jan 1996 09:11:23 -0800 (PST) Date: Mon, 1 Jan 1996 09:11:23 -0800 (PST) From: Bruce Evans Message-Id: <199601011711.JAA27805@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/i386/include profile.h Sender: owner-commit@FreeBSD.ORG Precedence: bulk bde 96/01/01 09:11:22 Modified: sys/i386/include profile.h Log: Fixed user-mode mcount which I broke in the previous revision. Do it the old way for now. Moved recent additions around a lot to minimise ifdefs. Added prototypes. Revision Changes Path 1.6 +33 -13 src/sys/i386/include/profile.h