Declare memory_disk_size here.

This commit is contained in:
mark 1997-10-14 11:32:47 +00:00
parent da21556c35
commit bb148db380
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: md_hooks.c,v 1.9 1997/07/31 23:13:12 mark Exp $ */
/* $NetBSD: md_hooks.c,v 1.10 1997/10/14 11:32:47 mark Exp $ */
/*
* Copyright (c) 1995 Gordon W. Ross
@ -50,7 +50,7 @@ char md_root_image[ROOTBYTES] = "|This is the root ramdisk!\n";
#else /* MINIROOTSIZE */
extern u_int memory_disc_size; /* from machdep.c */
u_int memory_disc_size = 0; /* set by machdep.c */
static struct md_conf *bootmd = NULL;
extern int load_memory_disc_from_floppy __P((struct md_conf *md, dev_t dev));