From owner-cvs-all Tue Dec 28 20:28: 5 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 74DEA1510E; Tue, 28 Dec 1999 20:28:02 -0800 (PST) (envelope-from peter@FreeBSD.org) Received: (from peter@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA88091; Tue, 28 Dec 1999 20:28:02 -0800 (PST) (envelope-from peter@FreeBSD.org) Message-Id: <199912290428.UAA88091@freefall.freebsd.org> From: Peter Wemm Date: Tue, 28 Dec 1999 20:28:02 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/alpha genassym.c ieee_float.c src/sys/alpha/include asm.h clock.h cpu.h cpuconf.h cpufunc.h elf.h fpu.h in_cksum.h intrcnt.h ioctl_fd.h pmap.h profile.h prom.h ptrace.h reg.h sysarch.h types.h src/sys/alpha/include/pc ... Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk peter 1999/12/28 20:28:02 PST Modified files: sys/alpha/alpha genassym.c ieee_float.c sys/alpha/include asm.h clock.h cpu.h cpuconf.h cpufunc.h elf.h fpu.h in_cksum.h intrcnt.h ioctl_fd.h pmap.h profile.h prom.h ptrace.h reg.h sysarch.h types.h sys/alpha/include/pc vesa.h Log: Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL" is an application space macro and the applications are supposed to be free to use it as they please (but cannot). This is consistant with the other BSD's who made this change quite some time ago. More commits to come. Revision Changes Path 1.11 +3 -3 src/sys/alpha/alpha/genassym.c 1.7 +2 -2 src/sys/alpha/alpha/ieee_float.c 1.6 +3 -3 src/sys/alpha/include/asm.h 1.5 +3 -3 src/sys/alpha/include/clock.h 1.12 +4 -4 src/sys/alpha/include/cpu.h 1.5 +3 -2 src/sys/alpha/include/cpuconf.h 1.6 +3 -3 src/sys/alpha/include/cpufunc.h 1.9 +3 -3 src/sys/alpha/include/elf.h 1.4 +2 -2 src/sys/alpha/include/fpu.h 1.3 +3 -3 src/sys/alpha/include/in_cksum.h 1.3 +2 -2 src/sys/alpha/include/intrcnt.h 1.3 +2 -2 src/sys/alpha/include/ioctl_fd.h 1.6 +7 -7 src/sys/alpha/include/pmap.h 1.4 +3 -3 src/sys/alpha/include/profile.h 1.5 +3 -3 src/sys/alpha/include/prom.h 1.4 +3 -3 src/sys/alpha/include/ptrace.h 1.7 +2 -2 src/sys/alpha/include/reg.h 1.4 +3 -3 src/sys/alpha/include/sysarch.h 1.11 +2 -2 src/sys/alpha/include/types.h 1.3 +3 -3 src/sys/alpha/include/pc/vesa.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message