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/dev/wsfont/wsfont.c,v rcsdiff: /ftp/cvs/cvsroot/src/sys/dev/wsfont/wsfont.c,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.40.8.1 retrieving revision 1.40.8.2 diff -u -p -r1.40.8.1 -r1.40.8.2 --- src/sys/dev/wsfont/wsfont.c 2006/04/01 12:07:38 1.40.8.1 +++ src/sys/dev/wsfont/wsfont.c 2006/08/11 15:45:33 1.40.8.2 @@ -1,4 +1,4 @@ -/* $NetBSD: wsfont.c,v 1.40.8.1 2006/04/01 12:07:38 yamt Exp $ */ +/* $NetBSD: wsfont.c,v 1.40.8.2 2006/08/11 15:45:33 yamt Exp $ */ /*- * Copyright (c) 1999, 2000, 2001, 2002 The NetBSD Foundation, Inc. @@ -37,7 +37,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: wsfont.c,v 1.40.8.1 2006/04/01 12:07:38 yamt Exp $"); +__KERNEL_RCSID(0, "$NetBSD: wsfont.c,v 1.40.8.2 2006/08/11 15:45:33 yamt Exp $"); #include "opt_wsfont.h" @@ -238,9 +238,9 @@ static struct font *wsfont_find0(int, in static struct font *wsfont_add0(struct wsdisplay_font *, int); static void wsfont_revbit(struct wsdisplay_font *); static void wsfont_revbyte(struct wsdisplay_font *); -static int inline wsfont_make_cookie(int, int, int); +static inline int wsfont_make_cookie(int, int, int); -static int inline +static inline int wsfont_make_cookie(int cident, int bito, int byteo) {