From owner-cvs-sys Fri Jun 21 04:31:20 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id EAA10073 for cvs-sys-outgoing; Fri, 21 Jun 1996 04:31:20 -0700 (PDT) Received: (from sos@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id EAA10054; Fri, 21 Jun 1996 04:31:11 -0700 (PDT) Date: Fri, 21 Jun 1996 04:31:11 -0700 (PDT) From: Soren Schmidt Message-Id: <199606211131.EAA10054@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 sos 96/06/21 04:31:11 Modified: sys/i386/isa syscons.c Log: Oops, fix a bug that caused updates to the screen to happen, without anything actually changed, in this case the mousepointer logic. Revision Changes Path 1.153 +6 -2 src/sys/i386/isa/syscons.c