Source-Changes-HG archive

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

[src/trunk]: src/sys/compat/ultrix add <compat/sys/signal*.h>



details:   https://anonhg.NetBSD.org/src/rev/bc6bd4c9fa79
branches:  trunk
changeset: 584420:bc6bd4c9fa79
user:      christos <christos%NetBSD.org@localhost>
date:      Fri Sep 16 17:09:52 2005 +0000

description:
add <compat/sys/signal*.h>

diffstat:

 sys/compat/ultrix/ultrix_misc.c |  7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diffs (28 lines):

diff -r 72fbe47d4d86 -r bc6bd4c9fa79 sys/compat/ultrix/ultrix_misc.c
--- a/sys/compat/ultrix/ultrix_misc.c   Fri Sep 16 17:05:14 2005 +0000
+++ b/sys/compat/ultrix/ultrix_misc.c   Fri Sep 16 17:09:52 2005 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ultrix_misc.c,v 1.102 2005/08/19 02:04:03 christos Exp $       */
+/*     $NetBSD: ultrix_misc.c,v 1.103 2005/09/16 17:09:52 christos Exp $       */
 
 /*
  * Copyright (c) 1995, 1997 Jonathan Stone (hereinafter referred to as the author)
@@ -76,7 +76,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ultrix_misc.c,v 1.102 2005/08/19 02:04:03 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ultrix_misc.c,v 1.103 2005/09/16 17:09:52 christos Exp $");
 
 #if defined(_KERNEL_OPT)
 #include "opt_nfsserver.h"
@@ -142,6 +142,9 @@
 
 #include <compat/ultrix/ultrix_flock.h>
 
+#include <compat/sys/signal.h>
+#include <compat/sys/signalvar.h>
+
 #ifdef __mips
 #include <mips/cachectl.h>
 #include <mips/frame.h>



Home | Main Index | Thread Index | Old Index