From owner-cvs-all Tue May 11 21:46: 3 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 4D18E15A21; Tue, 11 May 1999 21:45:59 -0700 (PDT) (envelope-from bde@FreeBSD.org) Received: (from bde@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA08388; Tue, 11 May 1999 21:45:59 -0700 (PDT) (envelope-from bde@FreeBSD.org) Message-Id: <199905120445.VAA08388@freefall.freebsd.org> From: Bruce Evans Date: Tue, 11 May 1999 21:45:59 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/syscons syscons.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk bde 1999/05/11 21:45:58 PDT Modified files: sys/dev/syscons syscons.c Log: Removed global variable `Crtat'. This was once (bogusly) shared with pcvt, but it had rotted into unuse here, and of course its type had become inconsisent with its type in pcvt. Fixed some minor style bugs. Revision Changes Path 1.303 +3 -6 src/sys/dev/syscons/syscons.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message