From owner-freebsd-current Tue Jan 5 16:42:33 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA13079 for freebsd-current-outgoing; Tue, 5 Jan 1999 16:42:33 -0800 (PST) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from jason02.u.washington.edu (jason02.u.washington.edu [140.142.76.8]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA13073 for ; Tue, 5 Jan 1999 16:42:31 -0800 (PST) (envelope-from jcwells@u.washington.edu) Received: from saul10.u.washington.edu (root@saul10.u.washington.edu [140.142.13.73]) by jason02.u.washington.edu (8.9.1+UW98.09/8.9.1+UW98.09) with ESMTP id QAA32908 for ; Tue, 5 Jan 1999 16:42:03 -0800 Received: from S8-37-26.student.washington.edu (S8-37-26.student.washington.edu [128.208.37.26]) by saul10.u.washington.edu (8.9.1+UW98.09/8.9.1+UW98.09) with ESMTP id QAA07844 for ; Tue, 5 Jan 1999 16:42:02 -0800 (PST) Date: Tue, 5 Jan 1999 16:41:30 -0800 (PST) From: "Jason C. Wells" X-Sender: jason@s8-37-26.student.washington.edu Reply-To: "Jason C. Wells" To: FreeBSD-current Subject: Splashkit-980202 on 3.0-RELEASE Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG All of the changes in kbdcontrol.diff seem to have ended up included in 3.0-RELEASE source code except for one. RCS file: /src/CVS/src/usr.sbin/kbdcontrol/lex.l,v retrieving revision 1.6 diff -u -r1.6 lex.l --- lex.l 1998/01/07 08:43:28 1.6 +++ lex.l 1998/01/29 13:14:38 @@ -59,6 +59,7 @@ boot { return TRBT; } debug { return TDBG; } susp { return TSUSP; } +splash { return TSPSC; } NUL|nul { number = 0; return TNUM; } SOH|soh { number = 1; return TNUM; } >From the 3.0-RELEASE version of lex.l we see the version number 1.8 is greater than the 1.6 in the splaskit diff. * $Id: lex.l,v 1.8 1998/08/06 09:44:23 yokota Exp $ I assume that the "splash { return TSPSC; }" code is still needed. Was it forgotten during the change of lex.l from 1.6 to 1.8 or am I missing something? I know splashkit is for -current. It seems by looking at the version numbers that this diff should already be in 3.0-release. Catchya Later, | UW Mechanical Engineering Jason Wells | http://weber.u.washington.edu/~jcwells/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message