From: mickey Date: Thu, 18 Apr 1996 03:57:59 +0000 (+0000) Subject: Fix prototyping, so it's compiling again. X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=764f8e41c891126b5f5ab85f23223bc439bae161;p=openbsd Fix prototyping, so it's compiling again. --- 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