Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/sparc/sparc add svr4_lwp.h to let this build again.



details:   https://anonhg.NetBSD.org/src/rev/107074fdf9bd
branches:  trunk
changeset: 476153:107074fdf9bd
user:      sommerfeld <sommerfeld%NetBSD.org@localhost>
date:      Wed Sep 08 04:02:48 1999 +0000

description:
add svr4_lwp.h to let this build again.

diffstat:

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

diffs (17 lines):

diff -r f7ec0f49361c -r 107074fdf9bd sys/arch/sparc/sparc/svr4_machdep.c
--- a/sys/arch/sparc/sparc/svr4_machdep.c       Wed Sep 08 03:45:22 1999 +0000
+++ b/sys/arch/sparc/sparc/svr4_machdep.c       Wed Sep 08 04:02:48 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: svr4_machdep.c,v 1.33 1999/01/21 22:58:57 christos Exp $        */
+/*     $NetBSD: svr4_machdep.c,v 1.34 1999/09/08 04:02:48 sommerfeld Exp $      */
 
 /*-
  * Copyright (c) 1994 The NetBSD Foundation, Inc.
@@ -53,6 +53,7 @@
 #include <sys/exec_elf.h>
 
 #include <compat/svr4/svr4_types.h>
+#include <compat/svr4/svr4_lwp.h>
 #include <compat/svr4/svr4_ucontext.h>
 #include <compat/svr4/svr4_syscallargs.h>
 #include <compat/svr4/svr4_util.h>



Home | Main Index | Thread Index | Old Index