From owner-cvs-all Tue Apr 3 11:51: 2 2001 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 E8D7837B720; Tue, 3 Apr 2001 11:50:57 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: (from imp@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f33IovU19380; Tue, 3 Apr 2001 11:50:57 -0700 (PDT) (envelope-from imp) Message-Id: <200104031850.f33IovU19380@freefall.freebsd.org> From: Warner Losh Date: Tue, 3 Apr 2001 11:50:57 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/include cpufunc.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG imp 2001/04/03 11:50:57 PDT Modified files: sys/i386/include cpufunc.h Log: De __P() while I'm here. Done as a separate commit since it is just stylistic. # Yes, this break K&R, but this file already used so many gcc extensions # keeping K&R support seemed too anachronistic for me. Didn't fix the bug where functions that can only be used in the kernel are exported to userland. Revision Changes Path 1.103 +46 -46 src/sys/i386/include/cpufunc.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message