Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/amd64/amd64 Add needed header file.



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

description:
Add needed header file.

diffstat:

 sys/arch/amd64/amd64/netbsd32_machdep.c |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (26 lines):

diff -r e73538623846 -r acb5193585df sys/arch/amd64/amd64/netbsd32_machdep.c
--- a/sys/arch/amd64/amd64/netbsd32_machdep.c   Fri Sep 26 21:28:24 2003 +0000
+++ b/sys/arch/amd64/amd64/netbsd32_machdep.c   Fri Sep 26 21:28:45 2003 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: netbsd32_machdep.c,v 1.4 2003/09/26 18:04:11 christos Exp $    */
+/*     $NetBSD: netbsd32_machdep.c,v 1.5 2003/09/26 21:28:45 christos Exp $    */
 
 /*
  * Copyright (c) 2001 Wasabi Systems, Inc.
@@ -36,7 +36,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: netbsd32_machdep.c,v 1.4 2003/09/26 18:04:11 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: netbsd32_machdep.c,v 1.5 2003/09/26 21:28:45 christos Exp $");
 
 #include "opt_compat_netbsd.h"
 #include "opt_user_ldt.h"
@@ -62,6 +62,7 @@
 #include <machine/sysarch.h>
 
 #include <compat/netbsd32/netbsd32.h>
+#include <compat/netbsd32/netbsd32_exec.h>
 #include <compat/netbsd32/netbsd32_syscallargs.h>
 
 /* Provide a the name of the architecture we're emulating */



Home | Main Index | Thread Index | Old Index