Two more instances which need "return 0;" to fix the build.

This commit is contained in:
he 2011-11-07 14:18:51 +00:00
parent 3f1f7fac1b
commit abbf8bf0e6
2 changed files with 4 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: md.c,v 1.41 2011/11/04 11:27:05 martin Exp $ */
/* $NetBSD: md.c,v 1.42 2011/11/07 14:18:51 he Exp $ */
/*
* Copyright 1997 Piermont Information Systems Inc.
@ -331,4 +331,5 @@ md_newdisk(void)
int
md_pre_mount()
{
return 0;
}

View File

@ -1,4 +1,4 @@
/* $NetBSD: md.c,v 1.9 2011/11/04 11:27:05 martin Exp $ */
/* $NetBSD: md.c,v 1.10 2011/11/07 14:18:52 he Exp $ */
/*
* Copyright 1997 Piermont Information Systems Inc.
@ -193,4 +193,5 @@ md_mbr_use_wholedisk(mbr_info_t *mbri)
int
md_pre_mount()
{
return 0;
}