Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/contrib/sys/dev/ic Add a const
details: https://anonhg.NetBSD.org/src/rev/fdb8fb2d31a7
branches: trunk
changeset: 582212:fdb8fb2d31a7
user: skrll <skrll%NetBSD.org@localhost>
date: Mon Jun 20 14:30:29 2005 +0000
description:
Add a const
diffstat:
contrib/sys/dev/ic/athhal_osdep.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (12 lines):
diff -r 1423bfc956bc -r fdb8fb2d31a7 contrib/sys/dev/ic/athhal_osdep.c
--- a/contrib/sys/dev/ic/athhal_osdep.c Mon Jun 20 14:02:30 2005 +0000
+++ b/contrib/sys/dev/ic/athhal_osdep.c Mon Jun 20 14:30:29 2005 +0000
@@ -118,7 +118,7 @@
int debug_nodenum;
#endif /* AH_DEBUG */
int ath_nodenum, hal_nodenum, version_nodenum;
- struct sysctlnode *node;
+ const struct sysctlnode *node;
if ((rc = sysctl_createv(clog, 0, NULL, NULL,
CTLFLAG_PERMANENT, CTLTYPE_NODE, "hw", NULL,
Home |
Main Index |
Thread Index |
Old Index