aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>1995-12-07 20:31:02 +0000
committerPeter Wemm <peter@FreeBSD.org>1995-12-07 20:31:02 +0000
commit9470f039055ea10d2a29162d0bac0c40f13dfe72 (patch)
tree00ff07c5d500f1a9e33dfa089d1a5f583e00cb9d
parentee9a463848b6585566f0c67f01a4ebab33764f89 (diff)
Notes
-rw-r--r--sys/amd64/amd64/autoconf.c5
-rw-r--r--sys/i386/i386/autoconf.c5
2 files changed, 6 insertions, 4 deletions
diff --git a/sys/amd64/amd64/autoconf.c b/sys/amd64/amd64/autoconf.c
index 7a34f82b714c..f9d3a298a89d 100644
--- a/sys/amd64/amd64/autoconf.c
+++ b/sys/amd64/amd64/autoconf.c
@@ -34,7 +34,7 @@
* SUCH DAMAGE.
*
* from: @(#)autoconf.c 7.1 (Berkeley) 5/9/91
- * $Id: autoconf.c,v 1.44 1995/12/03 17:51:36 bde Exp $
+ * $Id: autoconf.c,v 1.45 1995/12/06 09:04:44 peter Exp $
*/
/*
@@ -88,6 +88,8 @@
static void configure __P((void *));
SYSINIT(configure, SI_SUB_CONFIGURE, SI_ORDER_FIRST, configure, NULL)
+static void setroot __P((void));
+
#ifdef MFS_ROOT
extern struct vfsops mfs_vfsops;
#endif
@@ -123,7 +125,6 @@ static struct {
static void configure_finish __P((void));
static void configure_start __P((void));
static int find_cdrom_root __P((void *));
-static void setroot __P((void));
static int
find_cdrom_root(dummy)
diff --git a/sys/i386/i386/autoconf.c b/sys/i386/i386/autoconf.c
index 7a34f82b714c..f9d3a298a89d 100644
--- a/sys/i386/i386/autoconf.c
+++ b/sys/i386/i386/autoconf.c
@@ -34,7 +34,7 @@
* SUCH DAMAGE.
*
* from: @(#)autoconf.c 7.1 (Berkeley) 5/9/91
- * $Id: autoconf.c,v 1.44 1995/12/03 17:51:36 bde Exp $
+ * $Id: autoconf.c,v 1.45 1995/12/06 09:04:44 peter Exp $
*/
/*
@@ -88,6 +88,8 @@
static void configure __P((void *));
SYSINIT(configure, SI_SUB_CONFIGURE, SI_ORDER_FIRST, configure, NULL)
+static void setroot __P((void));
+
#ifdef MFS_ROOT
extern struct vfsops mfs_vfsops;
#endif
@@ -123,7 +125,6 @@ static struct {
static void configure_finish __P((void));
static void configure_start __P((void));
static int find_cdrom_root __P((void *));
-static void setroot __P((void));
static int
find_cdrom_root(dummy)