Date: Tue, 5 Jan 1999 16:41:30 -0800 (PST) From: "Jason C. Wells" <jcwells@u.washington.edu> To: FreeBSD-current <freebsd-current@FreeBSD.ORG> Subject: Splashkit-980202 on 3.0-RELEASE Message-ID: <Pine.BSF.4.05.9901051633340.794-100000@s8-37-26.student.washington.edu>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.05.9901051633340.794-100000>
