From owner-cvs-sys Fri Dec 26 19:05:33 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id TAA23476 for cvs-sys-outgoing; Fri, 26 Dec 1997 19:05:33 -0800 (PST) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id TAA23438; Fri, 26 Dec 1997 19:05:03 -0800 (PST) (envelope-from peter@FreeBSD.org) From: Peter Wemm Received: (from peter@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id TAA28615; Fri, 26 Dec 1997 19:01:00 -0800 (PST) Date: Fri, 26 Dec 1997 19:01:00 -0800 (PST) Message-Id: <199712270301.TAA28615@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/i386/i386 sys_machdep.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk peter 1997/12/26 19:01:00 PST Modified files: sys/i386/i386 sys_machdep.c Log: Back out previous commit, the so-called "unused code" was most definately used, and caused a reference to an uninitialised variable (state). I think I've fixed it now, but since nothing in the tree seems to use it, I'm not sure. Revision Changes Path 1.31 +3 -1 src/sys/i386/i386/sys_machdep.c