Source-Changes-HG archive

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

[src/trunk]: src/sys/arch remove trap.h



details:   https://anonhg.NetBSD.org/src/rev/4610785fe85d
branches:  trunk
changeset: 526747:4610785fe85d
user:      uch <uch%NetBSD.org@localhost>
date:      Thu May 09 12:42:08 2002 +0000

description:
remove trap.h

diffstat:

 sys/arch/dreamcast/include/Makefile |  4 ++--
 sys/arch/evbsh3/include/Makefile    |  4 ++--
 sys/arch/hpcsh/include/Makefile     |  4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diffs (54 lines):

diff -r af6ba2bd3db3 -r 4610785fe85d sys/arch/dreamcast/include/Makefile
--- a/sys/arch/dreamcast/include/Makefile       Thu May 09 12:41:09 2002 +0000
+++ b/sys/arch/dreamcast/include/Makefile       Thu May 09 12:42:08 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.7 2002/03/24 18:21:08 uch Exp $
+#      $NetBSD: Makefile,v 1.8 2002/05/09 12:42:08 uch Exp $
 
 KDIR=  /sys/arch/dreamcast/include
 INCSDIR= /usr/include/dreamcast
@@ -17,7 +17,7 @@
        param.h pcb.h pmap.h proc.h profile.h psl.h pte.h ptrace.h \
        reg.h \
        setjmp.h signal.h stdarg.h \
-       trap.h types.h \
+       types.h \
        varargs.h vmparam.h
 
 .include <bsd.kinc.mk>
diff -r af6ba2bd3db3 -r 4610785fe85d sys/arch/evbsh3/include/Makefile
--- a/sys/arch/evbsh3/include/Makefile  Thu May 09 12:41:09 2002 +0000
+++ b/sys/arch/evbsh3/include/Makefile  Thu May 09 12:42:08 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.15 2002/03/24 18:21:18 uch Exp $
+#      $NetBSD: Makefile,v 1.16 2002/05/09 12:42:08 uch Exp $
 
 KDIR=  /sys/arch/evbsh3/include
 INCSDIR= /usr/include/evbsh3
@@ -17,7 +17,7 @@
        param.h pcb.h pmap.h proc.h profile.h psl.h pte.h ptrace.h \
        reg.h \
        setjmp.h signal.h stdarg.h \
-       trap.h types.h \
+       types.h \
        varargs.h vmparam.h
 
 .include <bsd.kinc.mk>
diff -r af6ba2bd3db3 -r 4610785fe85d sys/arch/hpcsh/include/Makefile
--- a/sys/arch/hpcsh/include/Makefile   Thu May 09 12:41:09 2002 +0000
+++ b/sys/arch/hpcsh/include/Makefile   Thu May 09 12:42:08 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.7 2002/03/24 18:21:13 uch Exp $
+#      $NetBSD: Makefile,v 1.8 2002/05/09 12:42:09 uch Exp $
 
 KDIR=  /sys/arch/hpcsh/include
 INCSDIR= /usr/include/hpcsh
@@ -17,7 +17,7 @@
        param.h pcb.h pmap.h proc.h profile.h psl.h pte.h ptrace.h \
        reg.h \
        setjmp.h signal.h stdarg.h \
-       trap.h types.h \
+       types.h \
        varargs.h vmparam.h
 
 .include <bsd.kinc.mk>



Home | Main Index | Thread Index | Old Index