From owner-cvs-sys Fri Dec 6 21:08:46 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id VAA29828 for cvs-sys-outgoing; Fri, 6 Dec 1996 21:08:46 -0800 (PST) Received: (from dyson@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id VAA29818; Fri, 6 Dec 1996 21:08:43 -0800 (PST) Date: Fri, 6 Dec 1996 21:08:43 -0800 (PST) From: John Dyson Message-Id: <199612070508.VAA29818@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/i386/include endian.h Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk dyson 96/12/06 21:08:42 Modified: sys/i386/include endian.h Log: Make LKM's build again. I have added the allegedly broken ACTUALLY_LKM_NOT_KERNEL until the real fix comes through. Whatever flag that is used to indicate building LKMs will have be be substituted in the future. This allows proper selection of the usage of the efficient, single instruction in the kernel, but alas, doesn't allow for use in userland or LKMs :-(. Them's the breaks!!! Revision Changes Path 1.11 +4 -0 src/sys/i386/include/endian.h