Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/sys/arch/amiga/dev/amidisplaycc.c,v rcsdiff: /ftp/cvs/cvsroot/src/sys/arch/amiga/dev/amidisplaycc.c,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.23.6.1 retrieving revision 1.24 diff -u -p -r1.23.6.1 -r1.24 --- src/sys/arch/amiga/dev/amidisplaycc.c 2012/02/18 07:31:15 1.23.6.1 +++ src/sys/arch/amiga/dev/amidisplaycc.c 2011/12/15 14:25:13 1.24 @@ -1,4 +1,4 @@ -/* $NetBSD: amidisplaycc.c,v 1.23.6.1 2012/02/18 07:31:15 mrg Exp $ */ +/* $NetBSD: amidisplaycc.c,v 1.24 2011/12/15 14:25:13 phx Exp $ */ /*- * Copyright (c) 2000 Jukka Andberg. @@ -28,7 +28,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: amidisplaycc.c,v 1.23.6.1 2012/02/18 07:31:15 mrg Exp $"); +__KERNEL_RCSID(0, "$NetBSD: amidisplaycc.c,v 1.24 2011/12/15 14:25:13 phx Exp $"); /* * wscons interface to amiga custom chips. Contains the necessary functions @@ -1836,8 +1836,7 @@ amidisplaycc_setfont(struct amidisplaycc scr->fontheight, 1, WSDISPLAY_FONTORDER_L2R, - WSDISPLAY_FONTORDER_L2R, - WSFONT_FIND_BITMAP); + WSDISPLAY_FONTORDER_L2R); if (wsfontcookie == -1) return (EINVAL);