From owner-cvs-all Tue Dec 28 21: 4:26 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 453B71554D; Tue, 28 Dec 1999 21:04:24 -0800 (PST) (envelope-from peter@FreeBSD.org) Received: (from peter@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA92905; Tue, 28 Dec 1999 21:04:24 -0800 (PST) (envelope-from peter@FreeBSD.org) Message-Id: <199912290504.VAA92905@freefall.freebsd.org> From: Peter Wemm Date: Tue, 28 Dec 1999 21:04:23 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/gmon mcount.c src/lib/libc/rpc auth_unix.c svc_auth.c src/lib/libkvm kvm_file.c src/lib/libmd md5c.c src/lib/libstand stand.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk peter 1999/12/28 21:04:22 PST Modified files: lib/libc/gmon mcount.c lib/libc/rpc auth_unix.c svc_auth.c lib/libkvm kvm_file.c lib/libmd md5c.c lib/libstand stand.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.17 +11 -11 src/lib/libc/gmon/mcount.c 1.12 +4 -4 src/lib/libc/rpc/auth_unix.c 1.7 +6 -1 src/lib/libc/rpc/svc_auth.c 1.10 +3 -3 src/lib/libkvm/kvm_file.c 1.11 +3 -3 src/lib/libmd/md5c.c 1.18 +3 -3 src/lib/libstand/stand.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message