Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/ic revert making smc91cxx_idstrs static, it's refere...
details: https://anonhg.NetBSD.org/src/rev/5e6d99fc3338
branches: trunk
changeset: 789814:5e6d99fc3338
user: chs <chs%NetBSD.org@localhost>
date: Sun Sep 08 14:27:39 2013 +0000
description:
revert making smc91cxx_idstrs static, it's referenced from
sys/dev/isa/if_sm_isa.c
diffstat:
sys/dev/ic/smc91cxx.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 678ec6a37621 -r 5e6d99fc3338 sys/dev/ic/smc91cxx.c
--- a/sys/dev/ic/smc91cxx.c Sun Sep 08 13:26:05 2013 +0000
+++ b/sys/dev/ic/smc91cxx.c Sun Sep 08 14:27:39 2013 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: smc91cxx.c,v 1.85 2013/09/07 18:55:29 chs Exp $ */
+/* $NetBSD: smc91cxx.c,v 1.86 2013/09/08 14:27:39 chs Exp $ */
/*-
* Copyright (c) 1997 The NetBSD Foundation, Inc.
@@ -71,7 +71,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: smc91cxx.c,v 1.85 2013/09/07 18:55:29 chs Exp $");
+__KERNEL_RCSID(0, "$NetBSD: smc91cxx.c,v 1.86 2013/09/08 14:27:39 chs Exp $");
#include "opt_inet.h"
@@ -126,7 +126,7 @@
/* XXX Hardware padding doesn't work yet(?) */
#define SMC91CXX_SW_PAD
-static const char *smc91cxx_idstrs[] = {
+const char *smc91cxx_idstrs[] = {
NULL, /* 0 */
NULL, /* 1 */
NULL, /* 2 */
Home |
Main Index |
Thread Index |
Old Index