mirror of
https://github.com/opnsense/src.git
synced 2026-04-29 01:59:38 -04:00
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 changed files with 0 additions and 2 deletions
|
|
@ -1,7 +1,5 @@
|
|||
/* $FreeBSD$ */
|
||||
|
||||
#include <stddef.h>
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <sys/assym.h>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue