"options GENERIC" is obsolete, don't need the prototype for setconf() anymore.

This commit is contained in:
mhitch 1997-01-31 22:59:19 +00:00
parent 78d0024855
commit d8489a6f7e

View File

@ -1,4 +1,4 @@
/* $NetBSD: cpu.h,v 1.36 1996/09/11 00:11:42 thorpej Exp $ */
/* $NetBSD: cpu.h,v 1.37 1997/01/31 22:59:19 mhitch Exp $ */
/*
* Copyright (c) 1988 University of Utah.
@ -243,13 +243,6 @@ void physaccess __P((caddr_t, caddr_t, int, int));
void physunaccess __P((caddr_t, int));
void setredzone __P((u_int *, caddr_t));
#ifdef GENERIC
/*
* Prototypes from swapgeneric.c:
*/
void setconf __P((void));
#endif
/*
* Prototypes from pmap.c:
*/