Module Name: src
Committed By: skrll
Date: Sun Feb 5 08:27:37 UTC 2012
Modified Files:
src/sys/arch/hp700/hp700: conf.c
Log Message:
-Wextra -Wno-unused-parameter
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/sys/arch/hp700/hp700/conf.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/hp700/hp700/conf.c
diff -u src/sys/arch/hp700/hp700/conf.c:1.9 src/sys/arch/hp700/hp700/conf.c:1.10
--- src/sys/arch/hp700/hp700/conf.c:1.9 Sun Dec 11 12:17:24 2005
+++ src/sys/arch/hp700/hp700/conf.c Sun Feb 5 08:27:37 2012
@@ -1,4 +1,4 @@
-/* $NetBSD: conf.c,v 1.9 2005/12/11 12:17:24 christos Exp $ */
+/* $NetBSD: conf.c,v 1.10 2012/02/05 08:27:37 skrll Exp $ */
/* $OpenBSD: conf.c,v 1.15 2001/09/28 02:53:13 mickey Exp $ */
@@ -34,7 +34,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: conf.c,v 1.9 2005/12/11 12:17:24 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: conf.c,v 1.10 2012/02/05 08:27:37 skrll Exp $");
#include <sys/param.h>
#include <sys/conf.h>
@@ -54,6 +54,6 @@ struct consdev constab[] = {
#if NCOM > 0
cons_init(com),
#endif
- { 0 }
+ { .cn_probe = NULL }
};