From a0690c7849cfdd0c39ff375efb223a24b0f4d2b3 Mon Sep 17 00:00:00 2001 From: uwe Date: Thu, 2 Jun 2005 20:12:35 +0000 Subject: [PATCH] Catch up with constification. --- sys/arch/hpcarm/include/bootconfig.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/arch/hpcarm/include/bootconfig.h b/sys/arch/hpcarm/include/bootconfig.h index 5986d381d594..63f6aab50e4d 100644 --- a/sys/arch/hpcarm/include/bootconfig.h +++ b/sys/arch/hpcarm/include/bootconfig.h @@ -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 @@ extern BootConfig bootconfig; #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[];