Source-Changes-HG archive

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

[src/trunk]: src/sys/compat/netbsd32 Add necessary include file.



details:   https://anonhg.NetBSD.org/src/rev/e73538623846
branches:  trunk
changeset: 552530:e73538623846
user:      christos <christos%NetBSD.org@localhost>
date:      Fri Sep 26 21:28:24 2003 +0000

description:
Add necessary include file.

diffstat:

 sys/compat/netbsd32/netbsd32_netbsd.c |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (26 lines):

diff -r 7cdf8dafa45f -r e73538623846 sys/compat/netbsd32/netbsd32_netbsd.c
--- a/sys/compat/netbsd32/netbsd32_netbsd.c     Fri Sep 26 21:24:34 2003 +0000
+++ b/sys/compat/netbsd32/netbsd32_netbsd.c     Fri Sep 26 21:28:24 2003 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: netbsd32_netbsd.c,v 1.74 2003/08/24 17:52:44 chs Exp $ */
+/*     $NetBSD: netbsd32_netbsd.c,v 1.75 2003/09/26 21:28:24 christos Exp $    */
 
 /*
  * Copyright (c) 1998, 2001 Matthew R. Green
@@ -29,7 +29,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: netbsd32_netbsd.c,v 1.74 2003/08/24 17:52:44 chs Exp $");
+__KERNEL_RCSID(0, "$NetBSD: netbsd32_netbsd.c,v 1.75 2003/09/26 21:28:24 christos Exp $");
 
 #if defined(_KERNEL_OPT)
 #include "opt_ddb.h"
@@ -86,6 +86,7 @@
 #include <net/if.h>
 
 #include <compat/netbsd32/netbsd32.h>
+#include <compat/netbsd32/netbsd32_exec.h>
 #include <compat/netbsd32/netbsd32_syscall.h>
 #include <compat/netbsd32/netbsd32_syscallargs.h>
 #include <compat/netbsd32/netbsd32_conv.h>



Home | Main Index | Thread Index | Old Index