From owner-cvs-all Tue Apr 3 11:20: 0 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 241E937B71F; Tue, 3 Apr 2001 11:19:50 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: (from imp@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f33IJow23174; Tue, 3 Apr 2001 11:19:50 -0700 (PDT) (envelope-from imp) Message-Id: <200104031819.f33IJow23174@freefall.freebsd.org> From: Warner Losh Date: Tue, 3 Apr 2001 11:19:50 -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:19:49 PDT Modified files: sys/i386/include cpufunc.h Log: Make this file C++ safe. It defines many useful functions (inb, outb) that people use from userland in C++ programs. I've had this in my tree for ages and just got bit by it not being in the real tree again. This is a MFC candidate. Revision Changes Path 1.102 +5 -1 src/sys/i386/include/cpufunc.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message