mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-19 10:53:58 +00:00
Don't do a nested extern for mfs_getimage()
This commit is contained in:
parent
185b8caf8a
commit
8b9b1d41c5
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=46908
@ -23,7 +23,7 @@
|
||||
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* $Id: autoconf.c,v 1.19 1999/05/08 06:37:50 phk Exp $
|
||||
* $Id: autoconf.c,v 1.20 1999/05/10 02:56:38 peter Exp $
|
||||
*/
|
||||
|
||||
#include "opt_bootp.h"
|
||||
@ -65,6 +65,10 @@ static void configure_finish __P((void));
|
||||
static void configure_start __P((void));
|
||||
static int setdumpdev __P((dev_t dev));
|
||||
|
||||
#ifdef MFS_ROOT
|
||||
extern u_char *mfs_getimage __P((void));
|
||||
#emdif
|
||||
|
||||
device_t isa_bus_device = 0;
|
||||
struct cam_sim *boot_sim = 0;
|
||||
extern int nfs_diskless_valid;
|
||||
@ -220,7 +224,6 @@ cpu_rootconf()
|
||||
{
|
||||
#ifdef MFS_ROOT
|
||||
if (!mountrootfsname) {
|
||||
extern u_char *mfs_getimage __P((void));
|
||||
|
||||
if (bootverbose)
|
||||
printf("Considering MFS root f/s.\n");
|
||||
|
Loading…
Reference in New Issue
Block a user