From 764f8e41c891126b5f5ab85f23223bc439bae161 Mon Sep 17 00:00:00 2001 From: mickey Date: Thu, 18 Apr 1996 03:57:59 +0000 Subject: [PATCH] Fix prototyping, so it's compiling again. --- sys/arch/i386/i386/autoconf.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/sys/arch/i386/i386/autoconf.c b/sys/arch/i386/i386/autoconf.c index 3f94ac6d434..7b124bdbf72 100644 --- a/sys/arch/i386/i386/autoconf.c +++ b/sys/arch/i386/i386/autoconf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: autoconf.c,v 1.5 1996/04/17 05:18:49 mickey Exp $ */ +/* $OpenBSD: autoconf.c,v 1.6 1996/04/18 03:57:59 mickey Exp $ */ /* $NetBSD: autoconf.c,v 1.14 1995/12/28 19:16:48 thorpej Exp $ */ /*- @@ -59,6 +59,9 @@ #include +void swapconf __P((void)); +void setroot __P((void)); + /* * The following several variables are related to * the configuration process, and are used in initializing -- 2.20.1