It seems I accidently committed a change that removed the userland includes

from the kernel build.  This broke linux_genassym on the alpha.  For the
kernel, the correct place to get offsetof() is not in /usr/include/stddef.h
but rather <sys/types.h>
This commit is contained in:
Peter Wemm 2002-09-17 07:22:23 +00:00
parent 6064ca520a
commit 1822cdcafe

View File

@ -1,7 +1,5 @@
/* $FreeBSD$ */
#include <stddef.h>
#include <sys/param.h>
#include <sys/assym.h>