summaryrefslogtreecommitdiffstats
path: root/sys/kern/init_main.c
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>1996-11-06 01:29:46 +0000
committerderaadt <deraadt@openbsd.org>1996-11-06 01:29:46 +0000
commit99c647010cb2f7db579dc75ffcca283cb8f4db87 (patch)
treed5b1093104e0df288b59793d8e743ee8ec1ee78a /sys/kern/init_main.c
parentproto mountroot and friends (diff)
downloadwireguard-openbsd-99c647010cb2f7db579dc75ffcca283cb8f4db87.tar.xz
wireguard-openbsd-99c647010cb2f7db579dc75ffcca283cb8f4db87.zip
mountroot is prototyped elsewhere
Diffstat (limited to 'sys/kern/init_main.c')
-rw-r--r--sys/kern/init_main.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/kern/init_main.c b/sys/kern/init_main.c
index 84ce70dda56..496426a6070 100644
--- a/sys/kern/init_main.c
+++ b/sys/kern/init_main.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: init_main.c,v 1.19 1996/10/19 13:26:00 mickey Exp $ */
+/* $OpenBSD: init_main.c,v 1.20 1996/11/06 01:29:46 deraadt Exp $ */
/* $NetBSD: init_main.c,v 1.84.4.1 1996/06/02 09:08:06 mrg Exp $ */
/*
@@ -169,7 +169,6 @@ main(framep)
register int i;
int s;
register_t rval[2];
- extern int (*mountroot) __P((void));
extern struct pdevinit pdevinit[];
extern void roundrobin __P((void *));
extern void schedcpu __P((void *));