Fix an overlooked addition of an empty md_post_extract().

This commit is contained in:
he 2006-04-06 17:18:11 +00:00
parent 7e075c58fe
commit 1b9747a00f

View File

@ -1,4 +1,4 @@
/* $NetBSD: md.c,v 1.41 2006/02/26 10:25:52 dsl Exp $ */
/* $NetBSD: md.c,v 1.42 2006/04/06 17:18:11 he Exp $ */
/*
* Copyright 1997 Piermont Information Systems Inc.
@ -185,3 +185,9 @@ void
md_init(void)
{
}
int
md_post_extract(void)
{
return 0;
}