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:
parent
6064ca520a
commit
1822cdcafe
@ -1,7 +1,5 @@
|
||||
/* $FreeBSD$ */
|
||||
|
||||
#include <stddef.h>
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <sys/assym.h>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user