Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/compat/linux/arch/i386 make it compile (missing includes)
details: https://anonhg.NetBSD.org/src/rev/f2962e156b28
branches: trunk
changeset: 525349:f2962e156b28
user: itojun <itojun%NetBSD.org@localhost>
date: Wed Apr 10 09:37:51 2002 +0000
description:
make it compile (missing includes)
diffstat:
sys/compat/linux/arch/i386/linux_sigarray.c | 9 +++++++--
1 files changed, 7 insertions(+), 2 deletions(-)
diffs (23 lines):
diff -r e1f11ebf5d62 -r f2962e156b28 sys/compat/linux/arch/i386/linux_sigarray.c
--- a/sys/compat/linux/arch/i386/linux_sigarray.c Wed Apr 10 09:18:57 2002 +0000
+++ b/sys/compat/linux/arch/i386/linux_sigarray.c Wed Apr 10 09:37:51 2002 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: linux_sigarray.c,v 1.22 2002/03/31 22:40:17 christos Exp $ */
+/* $NetBSD: linux_sigarray.c,v 1.23 2002/04/10 09:37:51 itojun Exp $ */
/*-
* Copyright (c) 1995, 1998 The NetBSD Foundation, Inc.
@@ -36,7 +36,12 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
-__KERNEL_RCSID(1, "$NetBSD: linux_sigarray.c,v 1.22 2002/03/31 22:40:17 christos Exp $");
+#include <sys/cdefs.h>
+__KERNEL_RCSID(1, "$NetBSD: linux_sigarray.c,v 1.23 2002/04/10 09:37:51 itojun Exp $");
+
+#include <sys/types.h>
+#include <sys/signal.h>
+#include <compat/linux/arch/i386/linux_signal.h>
const int linux_to_native_signo[LINUX__NSIG] = {
0, /* 0 */
Home |
Main Index |
Thread Index |
Old Index