Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/cats/include Add a const.
details: https://anonhg.NetBSD.org/src/rev/2d788e5cd907
branches: trunk
changeset: 581687:2d788e5cd907
user: rjs <rjs%NetBSD.org@localhost>
date: Fri Jun 03 20:42:56 2005 +0000
description:
Add a const.
diffstat:
sys/arch/cats/include/bootconfig.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r f3714514cf7d -r 2d788e5cd907 sys/arch/cats/include/bootconfig.h
--- a/sys/arch/cats/include/bootconfig.h Fri Jun 03 20:32:20 2005 +0000
+++ b/sys/arch/cats/include/bootconfig.h Fri Jun 03 20:42:56 2005 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: bootconfig.h,v 1.2 2001/06/21 22:08:28 chris Exp $ */
+/* $NetBSD: bootconfig.h,v 1.3 2005/06/03 20:42:56 rjs 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