From 7a969b00a16e8537a11f193a79ec0375a00415e7 Mon Sep 17 00:00:00 2001 From: rumble Date: Fri, 11 May 2007 01:40:18 +0000 Subject: [PATCH] Update a prototype corresponding to rev. 1.36 of sgimips/autoconf.c. --- sys/arch/sgimips/include/autoconf.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/arch/sgimips/include/autoconf.h b/sys/arch/sgimips/include/autoconf.h index a8209496c2b1..b844556f83a4 100644 --- a/sys/arch/sgimips/include/autoconf.h +++ b/sys/arch/sgimips/include/autoconf.h @@ -1,4 +1,4 @@ -/* $NetBSD: autoconf.h,v 1.8 2005/12/11 12:18:53 christos Exp $ */ +/* $NetBSD: autoconf.h,v 1.9 2007/05/11 01:40:18 rumble Exp $ */ /* * Copyright (c) 2000 Soren S. Jorvang @@ -43,5 +43,5 @@ struct mainbus_attach_args { extern int ncpus; -void makebootdev (char *); +void makebootdev (const char *);