From 04f99b387021a8ce32a8795360cba9beaf986a81 Mon Sep 17 00:00:00 2001 From: Ondřej Surý Date: Tue, 13 Sep 2011 12:00:31 +0200 Subject: Imported Upstream version 2011.09.07 --- src/pkg/runtime/openbsd/defs.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/pkg/runtime/openbsd/defs.c') diff --git a/src/pkg/runtime/openbsd/defs.c b/src/pkg/runtime/openbsd/defs.c index d8adec981..d0e0a19c3 100644 --- a/src/pkg/runtime/openbsd/defs.c +++ b/src/pkg/runtime/openbsd/defs.c @@ -14,7 +14,6 @@ #include #include #include -#include #include #include @@ -97,7 +96,8 @@ typedef stack_t $StackT; typedef struct timeval $Timeval; typedef struct itimerval $Itimerval; -// This is a hack to avoid pulling in machine/fpu.h and struct fxsave64. +// This is a hack to avoid pulling in machine/fpu.h. typedef void $sfxsave64; +typedef void $usavefpu; typedef struct sigcontext $Sigcontext; -- cgit v1.2.3