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 2002-09-17 07:22:23 +00:00
parent 4ccabc355a
commit 4f16bebf43

View File

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