From owner-cvs-all Tue Dec 28 21: 8: 1 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 C2BD814DED; Tue, 28 Dec 1999 21:07:59 -0800 (PST) (envelope-from peter@FreeBSD.org) Received: (from peter@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA93247; Tue, 28 Dec 1999 21:07:59 -0800 (PST) (envelope-from peter@FreeBSD.org) Message-Id: <199912290507.VAA93247@freefall.freebsd.org> From: Peter Wemm Date: Tue, 28 Dec 1999 21:07:58 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/pcvt/set2061 ICD2061Aalt.c src/usr.sbin/pstat pstat.c src/usr.sbin/ypbind yp_ping.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk peter 1999/12/28 21:07:58 PST Modified files: usr.sbin/pcvt/set2061 ICD2061Aalt.c usr.sbin/pstat pstat.c usr.sbin/ypbind yp_ping.c 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.5 +3 -1 src/usr.sbin/pcvt/set2061/ICD2061Aalt.c 1.48 +3 -3 src/usr.sbin/pstat/pstat.c 1.6 +2 -2 src/usr.sbin/ypbind/yp_ping.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message