From 1822cdcafeb4e572a5cc86e31466f4d3a40eb1fc Mon Sep 17 00:00:00 2001 From: Peter Wemm Date: Tue, 17 Sep 2002 07:22:23 +0000 Subject: 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/alpha/linux/linux_genassym.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/sys/alpha/linux/linux_genassym.c b/sys/alpha/linux/linux_genassym.c index 654456f48b76..d3d4e9829d10 100644 --- a/sys/alpha/linux/linux_genassym.c +++ b/sys/alpha/linux/linux_genassym.c @@ -1,7 +1,5 @@ /* $FreeBSD$ */ -#include - #include #include -- cgit v1.3