Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/i386/i386 Add two missing header files.



details:   https://anonhg.NetBSD.org/src/rev/19ffe28f195f
branches:  trunk
changeset: 480391:19ffe28f195f
user:      matt <matt%NetBSD.org@localhost>
date:      Mon Jan 10 19:28:15 2000 +0000

description:
Add two missing header files.

diffstat:

 sys/arch/i386/i386/ibcs2_machdep.c |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 9068ce6dfa49 -r 19ffe28f195f sys/arch/i386/i386/ibcs2_machdep.c
--- a/sys/arch/i386/i386/ibcs2_machdep.c        Mon Jan 10 17:18:04 2000 +0000
+++ b/sys/arch/i386/i386/ibcs2_machdep.c        Mon Jan 10 19:28:15 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ibcs2_machdep.c,v 1.9 2000/01/10 03:05:35 matt Exp $   */
+/*     $NetBSD: ibcs2_machdep.c,v 1.10 2000/01/10 19:28:15 matt Exp $  */
 
 /*-
  * Copyright (c) 1997 The NetBSD Foundation, Inc.
@@ -60,6 +60,8 @@
 
 #include <compat/ibcs2/ibcs2_types.h>
 #include <compat/ibcs2/ibcs2_signal.h>
+#include <compat/ibcs2/ibcs2_sysi86.h>
+#include <compat/ibcs2/ibcs2_syscallargs.h>
 
 void
 ibcs2_setregs(p, epp, stack)



Home | Main Index | Thread Index | Old Index