Subject: errors on CVS?
To: None <netbsd-users@netbsd.org>
From: Emre Yildirim <emre@vsrc.uab.edu>
List: netbsd-users
Date: 07/26/2001 16:40:15
I was just trying to compile a new kernel, and I keep getting the message:

# config MYKERNEL
../../../../arch/i386/conf/files.i386:327: cannot open
../../../../compat/mach/files.mach forreading: No such file or directory

../../../../arch/i386/conf/files.i386: device `ed' used but not defined
*** Stop.

So I started investigating the first error message, and it looks like I do have
'files.mach' butit's files.mach,v.  So I went looking on the CVS for the file.  All files in the
directory havethat little v on the end:

ftp://ftp.netbsd.org/pub/NetBSD-cvs/main/syssrc/sys/compat/mach/

Is that a typo?  Or is it supposed to be that way?