diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 1996-04-18 03:58:00 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 1996-04-18 03:58:00 +0000 |
commit | 3a9b25dae7e8998653d16d287ce3471b77ff6acb (patch) | |
tree | ce3a9e0e5da14960977646cea35023d2b4d38cb1 /sys/arch/i386 | |
parent | c9477e49dc535b1d47d56ad07844827aa03fa4b0 (diff) |
Fix prototyping, so it's compiling again.
Diffstat (limited to 'sys/arch/i386')
-rw-r--r-- | sys/arch/i386/i386/autoconf.c | 5 |
1 files changed, 4 insertions, 1 deletions
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 <machine/pte.h> +void swapconf __P((void)); +void setroot __P((void)); + /* * The following several variables are related to * the configuration process, and are used in initializing |