Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/pmppc/include Add mcontext.h.



details:   https://anonhg.NetBSD.org/src/rev/e1d0d62c46ba
branches:  trunk
changeset: 541797:e1d0d62c46ba
user:      augustss <augustss%NetBSD.org@localhost>
date:      Sat Jan 18 18:17:23 2003 +0000

description:
Add mcontext.h.

diffstat:

 sys/arch/pmppc/include/Makefile   |  4 ++--
 sys/arch/pmppc/include/mcontext.h |  3 +++
 2 files changed, 5 insertions(+), 2 deletions(-)

diffs (25 lines):

diff -r cc1af68a0e01 -r e1d0d62c46ba sys/arch/pmppc/include/Makefile
--- a/sys/arch/pmppc/include/Makefile   Sat Jan 18 18:05:56 2003 +0000
+++ b/sys/arch/pmppc/include/Makefile   Sat Jan 18 18:17:23 2003 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.4 2002/11/26 23:30:27 lukem Exp $
+#      $NetBSD: Makefile,v 1.5 2003/01/18 18:17:23 augustss Exp $
 
 INCSDIR= /usr/include/pmppc
 
@@ -13,7 +13,7 @@
        intr.h ipkdb.h \
        kcore.h kgdb.h \
        limits.h lock.h \
-       math.h \
+       math.h mcontext.h \
        param.h pcb.h pio.h pmap.h pmc.h powerpc.h proc.h profile.h psl.h \
        ptrace.h \
        reg.h reloc.h \
diff -r cc1af68a0e01 -r e1d0d62c46ba sys/arch/pmppc/include/mcontext.h
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sys/arch/pmppc/include/mcontext.h Sat Jan 18 18:17:23 2003 +0000
@@ -0,0 +1,3 @@
+/*     $NetBSD: mcontext.h,v 1.1 2003/01/18 18:17:24 augustss Exp $    */
+
+#include <powerpc/mcontext.h>



Home | Main Index | Thread Index | Old Index