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 Gah, fix braino in last.



details:   https://anonhg.NetBSD.org/src/rev/f9db9fc37624
branches:  trunk
changeset: 500816:f9db9fc37624
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Mon Dec 18 23:41:58 2000 +0000

description:
Gah, fix braino in last.

diffstat:

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

diffs (17 lines):

diff -r 19fda741e6c2 -r f9db9fc37624 sys/arch/i386/i386/freebsd_syscall.c
--- a/sys/arch/i386/i386/freebsd_syscall.c      Mon Dec 18 23:39:44 2000 +0000
+++ b/sys/arch/i386/i386/freebsd_syscall.c      Mon Dec 18 23:41:58 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: freebsd_syscall.c,v 1.3 2000/12/18 23:29:47 thorpej Exp $      */
+/*     $NetBSD: freebsd_syscall.c,v 1.4 2000/12/18 23:41:58 thorpej Exp $      */
 
 /*-
  * Copyright (c) 1998, 2000 The NetBSD Foundation, Inc.
@@ -56,6 +56,7 @@
 #include <machine/cpu.h>
 #include <machine/psl.h>
 #include <machine/userret.h>
+#include <machine/freebsd_machdep.h>
 
 void freebsd_syscall_plain __P((struct trapframe));
 void freebsd_syscall_fancy __P((struct trapframe));



Home | Main Index | Thread Index | Old Index