Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/iyonix/include Adapt to changed signature of the ar...



details:   https://anonhg.NetBSD.org/src/rev/45dbee18509c
branches:  trunk
changeset: 581869:45dbee18509c
user:      he <he%NetBSD.org@localhost>
date:      Wed Jun 08 11:55:29 2005 +0000

description:
Adapt to changed signature of the arm get_bootconf_option() (adds a const).

diffstat:

 sys/arch/iyonix/include/bootconfig.h |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r e8f09c87e505 -r 45dbee18509c sys/arch/iyonix/include/bootconfig.h
--- a/sys/arch/iyonix/include/bootconfig.h      Wed Jun 08 11:50:46 2005 +0000
+++ b/sys/arch/iyonix/include/bootconfig.h      Wed Jun 08 11:55:29 2005 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: bootconfig.h,v 1.1 2004/10/13 23:28:35 gavan Exp $     */
+/*     $NetBSD: bootconfig.h,v 1.2 2005/06/08 11:55:29 he Exp $        */
 
 /*
  * Copyright (c) 2002 Reinoud Zandijk.
@@ -106,7 +106,8 @@
 #define BOOTOPT_TYPE_HEXINT            4
 #define BOOTOPT_TYPE_MASK              7
 
-int get_bootconf_option (char *string, char *option, int type, void *result);
+int get_bootconf_option(char *string, const char *option, int type,
+       void *result);
 
 extern char *boot_args;
 extern char *boot_file;



Home | Main Index | Thread Index | Old Index