Subject: Re: ufs_mountroot missing?
To: None <greywolf@autodesk.com>
From: der Mouse <mouse@Collatz.McRCIM.McGill.EDU>
List: port-sparc
Date: 07/25/1994 18:59:03
> Am I missing something?  I find it somewhat disturbing that
> ufs_mountroot() is missing from a full source distribution.  I did a
> recursive find-grep on the system sources to see if there were any
> definitions for ufs_mountroot, and there are none.  swapgeneric.c
> references it, but it is nowhere to be found elsewhere.

This is a symptom of your kernel source tree being newer than your
config.new binary.  Rebuild config.new from sources that correspond to
your kernel source, and the problem will go away.

ufs_mountroot was replaced by ffs_mountroot(), but the reference is
generated from a string compiled into config.new....

					der Mouse

			    mouse@collatz.mcrcim.mcgill.edu

------------------------------------------------------------------------------