Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/wsfont Fix duplicate cookie.



details:   https://anonhg.NetBSD.org/src/rev/d453f43392f0
branches:  trunk
changeset: 503501:d453f43392f0
user:      ad <ad%NetBSD.org@localhost>
date:      Wed Feb 07 13:59:24 2001 +0000

description:
Fix duplicate cookie.

diffstat:

 sys/dev/wsfont/wsfont.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r f399186bfd19 -r d453f43392f0 sys/dev/wsfont/wsfont.c
--- a/sys/dev/wsfont/wsfont.c   Wed Feb 07 13:54:13 2001 +0000
+++ b/sys/dev/wsfont/wsfont.c   Wed Feb 07 13:59:24 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: wsfont.c,v 1.16 2001/02/02 06:00:38 marcus Exp $       */
+/*     $NetBSD: wsfont.c,v 1.17 2001/02/07 13:59:24 ad Exp $   */
 
 /*-
  * Copyright (c) 1999 The NetBSD Foundation, Inc.
@@ -37,7 +37,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: wsfont.c,v 1.16 2001/02/02 06:00:38 marcus Exp $");
+__KERNEL_RCSID(0, "$NetBSD: wsfont.c,v 1.17 2001/02/07 13:59:24 ad Exp $");
 
 #include "opt_wsfont.h"
 
@@ -146,7 +146,7 @@
        { NULL, NULL, &sony12x24, 0, 10, WSFONT_STATIC | WSFONT_BUILTIN },
 #endif
 #ifdef FONT_OMRON12x20
-       { NULL, NULL, &omron12x20, 0, 10, WSFONT_STATIC | WSFONT_BUILTIN },
+       { NULL, NULL, &omron12x20, 0, 11, WSFONT_STATIC | WSFONT_BUILTIN },
 #endif
        { NULL, NULL, NULL, 0 },
 };



Home | Main Index | Thread Index | Old Index