From owner-cvs-sys Tue Jun 30 01:41:39 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA04861 for cvs-sys-outgoing; Tue, 30 Jun 1998 01:41:39 -0700 (PDT) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA04820; Tue, 30 Jun 1998 01:41:31 -0700 (PDT) (envelope-from jmg@FreeBSD.org) From: John-Mark Gurney Received: (from jmg@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id BAA12916; Tue, 30 Jun 1998 01:40:34 -0700 (PDT) Date: Tue, 30 Jun 1998 01:40:34 -0700 (PDT) Message-Id: <199806300840.BAA12916@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/i386/conf options.i386 src/sys/i386/linux linux_util.h Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jmg 1998/06/30 01:40:34 PDT Modified files: sys/i386/conf options.i386 sys/i386/linux linux_util.h Log: remove option LINUX as it did nothing, add DEBUG_LINUX to debug the linux emulation... (actually moved LINUX to opt_dontuse.h) Revision Changes Path 1.81 +4 -2 src/sys/i386/conf/options.i386 1.6 +3 -1 src/sys/i386/linux/linux_util.h