Module Name: src
Committed By: christos
Date: Sat Mar 29 19:30:49 UTC 2014
Modified Files:
src/sys/sys: param.h
Log Message:
sprintf removal
{pci,eisa}_intr_string signature change
To generate a diff of this commit:
cvs rdiff -u -r1.447 -r1.448 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.447 src/sys/sys/param.h:1.448
--- src/sys/sys/param.h:1.447 Mon Mar 24 09:42:40 2014
+++ src/sys/sys/param.h Sat Mar 29 15:30:49 2014
@@ -1,4 +1,4 @@
-/* $NetBSD: param.h,v 1.447 2014/03/24 13:42:40 hannken Exp $ */
+/* $NetBSD: param.h,v 1.448 2014/03/29 19:30:49 christos Exp $ */
/*-
* Copyright (c) 1982, 1986, 1989, 1993
@@ -63,7 +63,7 @@
* 2.99.9 (299000900)
*/
-#define __NetBSD_Version__ 699003800 /* NetBSD 6.99.38 */
+#define __NetBSD_Version__ 699003800 /* NetBSD 6.99.39 */
#define __NetBSD_Prereq__(M,m,p) (((((M) * 100000000) + \
(m) * 1000000) + (p) * 100) <= __NetBSD_Version__)