Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/hp700/hp700 -Wextra -Wno-unused-parameter
details: https://anonhg.NetBSD.org/src/rev/f04d60e4a447
branches: trunk
changeset: 773533:f04d60e4a447
user: skrll <skrll%NetBSD.org@localhost>
date: Sun Feb 05 08:27:37 2012 +0000
description:
-Wextra -Wno-unused-parameter
diffstat:
sys/arch/hp700/hp700/conf.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (26 lines):
diff -r e2ba21329d76 -r f04d60e4a447 sys/arch/hp700/hp700/conf.c
--- a/sys/arch/hp700/hp700/conf.c Sun Feb 05 08:24:43 2012 +0000
+++ b/sys/arch/hp700/hp700/conf.c Sun Feb 05 08:27:37 2012 +0000
@@ -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 @@
#if NCOM > 0
cons_init(com),
#endif
- { 0 }
+ { .cn_probe = NULL }
};
Home |
Main Index |
Thread Index |
Old Index