From owner-cvs-all Thu Jan 31 17:39:12 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5E40537B402; Thu, 31 Jan 2002 17:39:09 -0800 (PST) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g111d9978782; Thu, 31 Jan 2002 17:39:09 -0800 (PST) (envelope-from obrien) Message-Id: <200202010139.g111d9978782@freefall.freebsd.org> From: "David E. O'Brien" Date: Thu, 31 Jan 2002 17:39:09 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/gmon gmon.c mcount.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obrien 2002/01/31 17:39:09 PST Modified files: lib/libc/gmon gmon.c mcount.c Log: * Remove __P and convert to ANSI prototypes. * Remove 'register'. (some functions had 7+ register functions...) * Fix SCM ID's. Revision Changes Path 1.11 +5 -5 src/lib/libc/gmon/gmon.c 1.18 +12 -14 src/lib/libc/gmon/mcount.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message