From owner-cvs-sys Wed Oct 2 17:44:07 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id RAA17600 for cvs-sys-outgoing; Wed, 2 Oct 1996 17:44:07 -0700 (PDT) Received: (from jkh@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id RAA17524; Wed, 2 Oct 1996 17:42:30 -0700 (PDT) Date: Wed, 2 Oct 1996 17:42:30 -0700 (PDT) From: "Jordan K. Hubbard" Message-Id: <199610030042.RAA17524@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/i386/isa syscons.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jkh 96/10/02 17:42:29 Modified: sys/i386/isa syscons.c Log: scresume erroneously used before declared. Move the function rather than add another APM ifdef just for the forward decl. [Boy, sure a lot of warnings in here!] Revision Changes Path 1.177 +10 -10 src/sys/i386/isa/syscons.c