This now needs <compat/sys/signal.h> to build.

This commit is contained in:
he 2005-09-14 13:49:50 +00:00
parent 87e3d67bce
commit 70fe9e01e8
2 changed files with 8 additions and 4 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: hpux_sig.c,v 1.27 2005/02/26 23:10:18 perry Exp $ */
/* $NetBSD: hpux_sig.c,v 1.28 2005/09/14 13:49:50 he Exp $ */
/*
* Copyright (c) 1990, 1993
@ -82,7 +82,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: hpux_sig.c,v 1.27 2005/02/26 23:10:18 perry Exp $");
__KERNEL_RCSID(0, "$NetBSD: hpux_sig.c,v 1.28 2005/09/14 13:49:50 he Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@ -93,6 +93,8 @@ __KERNEL_RCSID(0, "$NetBSD: hpux_sig.c,v 1.27 2005/02/26 23:10:18 perry Exp $");
#include <sys/sa.h>
#include <sys/syscallargs.h>
#include <compat/sys/signal.h>
#include <compat/hpux/hpux.h>
#include <compat/hpux/hpux_sig.h>
#include <compat/hpux/hpux_syscallargs.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: sunos_misc.c,v 1.132 2005/04/19 19:00:25 christos Exp $ */
/* $NetBSD: sunos_misc.c,v 1.133 2005/09/14 13:49:50 he Exp $ */
/*
* Copyright (c) 1992, 1993
@ -50,7 +50,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: sunos_misc.c,v 1.132 2005/04/19 19:00:25 christos Exp $");
__KERNEL_RCSID(0, "$NetBSD: sunos_misc.c,v 1.133 2005/09/14 13:49:50 he Exp $");
#if defined(_KERNEL_OPT)
#include "opt_nfsserver.h"
@ -91,6 +91,8 @@ __KERNEL_RCSID(0, "$NetBSD: sunos_misc.c,v 1.132 2005/04/19 19:00:25 christos Ex
#include <sys/exec.h>
#include <sys/swap.h>
#include <compat/sys/signal.h>
#include <compat/sunos/sunos.h>
#include <compat/sunos/sunos_syscallargs.h>
#include <compat/common/compat_util.h>