From 70fe9e01e8d5f56b1288bd975238c63176c1d1e7 Mon Sep 17 00:00:00 2001 From: he Date: Wed, 14 Sep 2005 13:49:50 +0000 Subject: [PATCH] This now needs to build. --- sys/compat/hpux/hpux_sig.c | 6 ++++-- sys/compat/sunos/sunos_misc.c | 6 ++++-- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/sys/compat/hpux/hpux_sig.c b/sys/compat/hpux/hpux_sig.c index 583aae3eb784..b9fd44c6c848 100644 --- a/sys/compat/hpux/hpux_sig.c +++ b/sys/compat/hpux/hpux_sig.c @@ -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 -__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 #include @@ -93,6 +93,8 @@ __KERNEL_RCSID(0, "$NetBSD: hpux_sig.c,v 1.27 2005/02/26 23:10:18 perry Exp $"); #include #include +#include + #include #include #include diff --git a/sys/compat/sunos/sunos_misc.c b/sys/compat/sunos/sunos_misc.c index 1feb0f56c37a..d47a66993658 100644 --- a/sys/compat/sunos/sunos_misc.c +++ b/sys/compat/sunos/sunos_misc.c @@ -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 -__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 #include +#include + #include #include #include