From owner-cvs-sys Thu Feb 27 09:24:50 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id JAA08135 for cvs-sys-outgoing; Thu, 27 Feb 1997 09:24:50 -0800 (PST) Received: (from bde@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id JAA08128; Thu, 27 Feb 1997 09:24:48 -0800 (PST) Date: Thu, 27 Feb 1997 09:24:48 -0800 (PST) From: Bruce Evans Message-Id: <199702271724.JAA08128@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/sys gmon.h src/sys/i386/include profile.h Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 97/02/27 09:24:48 Branch: sys/sys RELENG_2_2 sys/i386/include RELENG_2_2 Modified: sys/sys gmon.h sys/i386/include profile.h Log: YAMFC (moved definition of FUNCTION_ALIGNMENT to a machine-dependent place and changed it from 4 to 16 for i386's). Revision Changes Path 1.9.2.1 +1 -6 src/sys/sys/gmon.h 1.8.2.1 +10 -2 src/sys/i386/include/profile.h