From d671c9b8d38ac9370b8a0ef71f3ddf5b7d7b0f90 Mon Sep 17 00:00:00 2001 From: sekiya Date: Mon, 28 Feb 2005 07:24:51 +0000 Subject: [PATCH] De-__P() --- 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 d42df4d111e8..470deb55c39d 100644 --- a/sys/arch/sgimips/include/autoconf.h +++ b/sys/arch/sgimips/include/autoconf.h @@ -1,4 +1,4 @@ -/* $NetBSD: autoconf.h,v 1.6 2003/11/17 10:07:58 keihan Exp $ */ +/* $NetBSD: autoconf.h,v 1.7 2005/02/28 07:24:51 sekiya Exp $ */ /* * Copyright (c) 2000 Soren S. Jorvang @@ -43,5 +43,5 @@ struct mainbus_attach_args { extern int ncpus; -void makebootdev __P((char *)); +void makebootdev (char *);