summaryrefslogtreecommitdiffstats
path: root/sys/arch/sparc/include
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2007-05-04 03:44:41 +0000
committerderaadt <deraadt@openbsd.org>2007-05-04 03:44:41 +0000
commit7dc861ca7d5ad85aff399300ad2329522e4e56c5 (patch)
treee80d7fcc31d46566a75a418deb59bd0c392853e7 /sys/arch/sparc/include
parentdo not call vic_init() on ENETRESET in the ioctl handler, use (diff)
downloadwireguard-openbsd-7dc861ca7d5ad85aff399300ad2329522e4e56c5.tar.xz
wireguard-openbsd-7dc861ca7d5ad85aff399300ad2329522e4e56c5.zip
setroot() was a ugly mix of MI and MD code, with different bugs on different
machines. Instead -- build one solid clean MI version, and thenchange all the architectures to use it. ok various people, tested on almost all cases. (it is a 10094 line diff..)
Diffstat (limited to 'sys/arch/sparc/include')
-rw-r--r--sys/arch/sparc/include/autoconf.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/arch/sparc/include/autoconf.h b/sys/arch/sparc/include/autoconf.h
index a7aefd81e28..7e2a690d1af 100644
--- a/sys/arch/sparc/include/autoconf.h
+++ b/sys/arch/sparc/include/autoconf.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: autoconf.h,v 1.15 2005/07/08 12:42:57 miod Exp $ */
+/* $OpenBSD: autoconf.h,v 1.16 2007/05/04 03:44:44 deraadt Exp $ */
/* $NetBSD: autoconf.h,v 1.20 1997/05/24 20:03:03 pk Exp $ */
/*
@@ -190,9 +190,6 @@ struct bootpath {
struct bootpath *bootpath_store(int, struct bootpath *);
int sd_crazymap(int);
-/* Parse a disk string into a dev_t, return device struct pointer */
-struct device *parsedisk(char *, int, int, dev_t *);
-
void bootstrap(void);
int firstchild(int);
int nextsibling(int);