Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/wscons Correct KB_NEXT value. No impact since KB_NEX...



details:   https://anonhg.NetBSD.org/src/rev/7d5109d9f401
branches:  trunk
changeset: 941026:7d5109d9f401
user:      mlelstv <mlelstv%NetBSD.org@localhost>
date:      Sat Oct 17 10:28:10 2020 +0000

description:
Correct KB_NEXT value. No impact since KB_NEXT isn't used anywhere.

diffstat:

 sys/dev/wscons/wsksymdef.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 29e6c8fd6e42 -r 7d5109d9f401 sys/dev/wscons/wsksymdef.h
--- a/sys/dev/wscons/wsksymdef.h        Sat Oct 17 09:45:20 2020 +0000
+++ b/sys/dev/wscons/wsksymdef.h        Sat Oct 17 10:28:10 2020 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: wsksymdef.h,v 1.74 2020/08/29 22:42:53 macallan Exp $ */
+/*     $NetBSD: wsksymdef.h,v 1.75 2020/10/17 10:28:10 mlelstv Exp $ */
 
 /*-
  * Copyright (c) 1997 The NetBSD Foundation, Inc.
@@ -685,7 +685,7 @@
 
 /* Define all the KB_xx numeric values using above table */
 #define KBF_ENUM(tag, tagf, value, cc, ccf, country) tag=value,
-enum { KB_ENC_FUN(KBF_ENUM) KB_NEXT=0x1800 };
+enum { KB_ENC_FUN(KBF_ENUM) KB_NEXT=0x1d00 };
 
 /* Define list of KB_xxx and country codes for array initialisation */
 #define KBF_ENCTAB(tag, tagf, value, cc, ccf, country) { tag, cc },



Home | Main Index | Thread Index | Old Index