Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/acorn32/include Add const



details:   https://anonhg.NetBSD.org/src/rev/cd56a2db645c
branches:  trunk
changeset: 581716:cd56a2db645c
user:      chris <chris%NetBSD.org@localhost>
date:      Sat Jun 04 00:44:13 2005 +0000

description:
Add const

diffstat:

 sys/arch/acorn32/include/bootconfig.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r f36424c41212 -r cd56a2db645c sys/arch/acorn32/include/bootconfig.h
--- a/sys/arch/acorn32/include/bootconfig.h     Sat Jun 04 00:39:26 2005 +0000
+++ b/sys/arch/acorn32/include/bootconfig.h     Sat Jun 04 00:44:13 2005 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: bootconfig.h,v 1.4 2002/12/29 00:02:20 reinoud Exp $   */
+/*     $NetBSD: bootconfig.h,v 1.5 2005/06/04 00:44:13 chris Exp $     */
 
 /*
  * Copyright (c) 2002 Reinoud Zandijk.
@@ -106,7 +106,7 @@
 #define BOOTOPT_TYPE_HEXINT            4
 #define BOOTOPT_TYPE_MASK              7
 
-int get_bootconf_option __P((char *string, char *option, int type, void *result));
+int get_bootconf_option __P((char *string, const char *option, int type, void *result));
 
 extern char *boot_args;
 extern char *boot_file;



Home | Main Index | Thread Index | Old Index