From owner-cvs-all Sun Aug 27 5:36:32 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id EC01B37B422; Sun, 27 Aug 2000 05:36:28 -0700 (PDT) Received: (from yokota@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA52280; Sun, 27 Aug 2000 05:36:28 -0700 (PDT) (envelope-from yokota@FreeBSD.org) Message-Id: <200008271236.FAA52280@freefall.freebsd.org> From: Kazutaka YOKOTA Date: Sun, 27 Aug 2000 05:36:28 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/syscons sysmouse.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG yokota 2000/08/27 05:36:28 PDT Modified files: sys/dev/syscons sysmouse.c Log: Fix ioctl MOUSE_SETMODE as defined in mouse(4). (Do not return EINVAL when -1 is specified as a new value, as it should mean "preserve the current value.") Revision Changes Path 1.5 +6 -3 src/sys/dev/syscons/sysmouse.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message