From 8c2168897673d279cf9d03eebf6ae022f08cf7cb Mon Sep 17 00:00:00 2001 From: briggs Date: Wed, 1 Jan 1997 14:59:46 +0000 Subject: [PATCH] Prototypes for mountroot, etc. are now in sys/systm.h--use ufs/ffs/ffs_extern.h for ffs_mountroot proto. --- sys/arch/mac68k/mac68k/autoconf.c | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/sys/arch/mac68k/mac68k/autoconf.c b/sys/arch/mac68k/mac68k/autoconf.c index 131fc4a15fc..9e8bbee3791 100644 --- a/sys/arch/mac68k/mac68k/autoconf.c +++ b/sys/arch/mac68k/mac68k/autoconf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: autoconf.c,v 1.8 1996/06/23 15:59:42 briggs Exp $ */ +/* $OpenBSD: autoconf.c,v 1.9 1997/01/01 14:59:46 briggs Exp $ */ /* $NetBSD: autoconf.c,v 1.31 1996/06/19 03:21:03 scottr Exp $ */ /* @@ -71,6 +71,8 @@ #include #include +#include + struct device *booted_device; int booted_partition; @@ -236,16 +238,11 @@ setroot(void) register int len; dev_t nrootdev, nswapdev = NODEV; char buf[128]; - extern int (*mountroot) __P((void *)); dev_t temp; struct device *bootdv, *rootdv, *swapdv; int bootpartition; #if defined(NFSCLIENT) extern char *nfsbootdevname; - extern int nfs_mountroot __P((void *)); -#endif -#if defined(FFS) - extern int ffs_mountroot __P((void *)); #endif bootdv = booted_device; -- 2.20.1