[OpenAFS-devel] latest process.i386.s not working on NetBSD
Jim Rees
rees@umich.edu
Mon, 09 Aug 2004 08:02:07 -0400
Is this a UKERNEL build? The includes at the end of param.i386_nbsd20.h are
obviously wrong.
The basic problem here is that process.s needs afs/param.h, but will break
if it also gets sys/param.h (because this is asm, not C). The
poorly-thought-out fix is IGNORE_STDS_H. I think it's a mistake to include
sys/param.h from afs/param.h, but that would be hard to fix.
I don't think anyone has looked at the NetBSD build in a long time. I would
be surprised if it worked at all.