Module Name:    src
Committed By:   macallan
Date:           Fri Jan 13 16:25:16 UTC 2012

Modified Files:
        src/sys/sys: param.h

Log Message:
wsfont_find() and wsfont_matches() got a new parameter to allow drivers to
request bitmap or alpha fonts ( or both )
welcome to 5.99.60


To generate a diff of this commit:
cvs rdiff -u -r1.398 -r1.399 src/sys/sys/param.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/sys/param.h
diff -u src/sys/sys/param.h:1.398 src/sys/sys/param.h:1.399
--- src/sys/sys/param.h:1.398	Sat Dec 17 20:05:40 2011
+++ src/sys/sys/param.h	Fri Jan 13 16:25:16 2012
@@ -1,4 +1,4 @@
-/*	$NetBSD: param.h,v 1.398 2011/12/17 20:05:40 tls Exp $	*/
+/*	$NetBSD: param.h,v 1.399 2012/01/13 16:25:16 macallan Exp $	*/
 
 /*-
  * Copyright (c) 1982, 1986, 1989, 1993
@@ -63,7 +63,7 @@
  *	2.99.9		(299000900)
  */
 
-#define	__NetBSD_Version__	599005900	/* NetBSD 5.99.59 */
+#define	__NetBSD_Version__	599006000	/* NetBSD 5.99.60 */
 
 #define __NetBSD_Prereq__(M,m,p) (((((M) * 100000000) + \
     (m) * 1000000) + (p) * 100) <= __NetBSD_Version__)

Reply via email to