Return 0 from md_pre_mount(), which is otherwise empty here, so that

this builds again.
This commit is contained in:
he 2011-11-07 12:40:26 +00:00
parent 6c1ffcfa42
commit e808022f5e
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: md.c,v 1.37 2011/11/04 11:27:05 martin Exp $ */
/* $NetBSD: md.c,v 1.38 2011/11/07 12:40:26 he Exp $ */
/*
* Copyright 1997 Piermont Information Systems Inc.
@ -193,4 +193,5 @@ md_update(void)
int
md_pre_mount()
{
return 0;
}