Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/hpcarm/include Catch up with constification.
details: https://anonhg.NetBSD.org/src/rev/04c9533b5028
branches: trunk
changeset: 581583:04c9533b5028
user: uwe <uwe%NetBSD.org@localhost>
date: Thu Jun 02 20:12:35 2005 +0000
description:
Catch up with constification.
diffstat:
sys/arch/hpcarm/include/bootconfig.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r ed63f3aa24f4 -r 04c9533b5028 sys/arch/hpcarm/include/bootconfig.h
--- a/sys/arch/hpcarm/include/bootconfig.h Thu Jun 02 19:33:04 2005 +0000
+++ b/sys/arch/hpcarm/include/bootconfig.h Thu Jun 02 20:12:35 2005 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: bootconfig.h,v 1.3 2002/07/13 13:40:29 toshii Exp $ */
+/* $NetBSD: bootconfig.h,v 1.4 2005/06/02 20:12:35 uwe Exp $ */
/*
* Copyright (c) 1994 Mark Brinicombe.
@@ -66,7 +66,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