Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/sys One more const.
details: https://anonhg.NetBSD.org/src/rev/1ea03008f334
branches: trunk
changeset: 547008:1ea03008f334
user: ragge <ragge%NetBSD.org@localhost>
date: Sun May 11 12:37:20 2003 +0000
description:
One more const.
diffstat:
sys/sys/ksyms.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 90168bdb0199 -r 1ea03008f334 sys/sys/ksyms.h
--- a/sys/sys/ksyms.h Sun May 11 08:23:22 2003 +0000
+++ b/sys/sys/ksyms.h Sun May 11 12:37:20 2003 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: ksyms.h,v 1.5 2003/05/11 08:23:22 jdolecek Exp $ */
+/* $NetBSD: ksyms.h,v 1.6 2003/05/11 12:37:20 ragge Exp $ */
/*
* Copyright (c) 2001, 2003 Anders Magnusson (ragge%ludd.luth.se@localhost).
* All rights reserved.
@@ -33,7 +33,7 @@
* Do a lookup of a symbol using the in-kernel lookup algorithm.
*/
struct ksyms_gsymbol {
- char *kg_name;
+ const char *kg_name;
union {
void *ku_sym; /* Normally Elf_Sym */
unsigned long *ku_value;
Home |
Main Index |
Thread Index |
Old Index