add definition of mountroot()

This commit is contained in:
cgd 1993-08-07 05:14:00 +00:00
parent 26817f18ab
commit e1443b1923
1 changed files with 4 additions and 1 deletions

View File

@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* from: @(#)swapgeneric.c 7.5 (Berkeley) 5/7/91
* $Id: swapgeneric.c,v 1.2 1993/05/22 07:57:44 cgd Exp $
* $Id: swapgeneric.c,v 1.3 1993/08/07 05:14:00 cgd Exp $
*/
#include "sys/param.h"
@ -70,6 +70,9 @@ struct genericconf {
{ 0 },
};
extern int ufs_mountroot();
int (*mountroot)() = ufs_mountroot;
setconf()
{
register struct hp_ctlr *hc;