Subject: Re: nfs_boot.c error
To: None <paul@pgoyette.bdt.com>
From: Gordon W. Ross <gwr@mc.com>
List: current-users
Date: 02/16/1996 09:59:17
> From: Paul Goyette <paul@pgoyette.bdt.com>
> Date: Fri, 16 Feb 1996 01:43:44 -0800 (PST)

> Got the following error building from Feb.15 -current sources:
> 
> ld -n -Ttext 0 -e start -x -o netbsd ${SYSTEM_OBJ} vers.o
> nfs_vfsops.o: Undefined symbol `_nfs_boot_getfh' referenced from text segment
> nfs_vfsops.o: Undefined symbol `_nfs_boot_getfh' referenced from text segment
> *** Error code 1
> 
> Stop.
> 
> Seems like someone forgot to create a dummy nfs_boot_getfh() routine in 
> the case when NETHER = 0 (as it does in my config).  The following patch 

Ahhh.  I'm guilty.  I forgot about NETHER=0.
I'll fix it if nobody else does first...

Thanks,
Gordon