Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/compat This now needs <compat/sys/signal.h> to build.



details:   https://anonhg.NetBSD.org/src/rev/c1fbc8e1a377
branches:  trunk
changeset: 584362:c1fbc8e1a377
user:      he <he%NetBSD.org@localhost>
date:      Wed Sep 14 13:49:50 2005 +0000

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

diffstat:

 sys/compat/hpux/hpux_sig.c    |  6 ++++--
 sys/compat/sunos/sunos_misc.c |  6 ++++--
 2 files changed, 8 insertions(+), 4 deletions(-)

diffs (54 lines):

diff -r a6296cae1ba3 -r c1fbc8e1a377 sys/compat/hpux/hpux_sig.c
--- a/sys/compat/hpux/hpux_sig.c        Wed Sep 14 13:49:27 2005 +0000
+++ b/sys/compat/hpux/hpux_sig.c        Wed Sep 14 13:49:50 2005 +0000
@@ -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 @@
 #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>
diff -r a6296cae1ba3 -r c1fbc8e1a377 sys/compat/sunos/sunos_misc.c
--- a/sys/compat/sunos/sunos_misc.c     Wed Sep 14 13:49:27 2005 +0000
+++ b/sys/compat/sunos/sunos_misc.c     Wed Sep 14 13:49:50 2005 +0000
@@ -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 @@
 #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>



Home | Main Index | Thread Index | Old Index