Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/arc/include make "make includes" work



details:   https://anonhg.NetBSD.org/src/rev/db37debceaa9
branches:  trunk
changeset: 481369:db37debceaa9
user:      soda <soda%NetBSD.org@localhost>
date:      Thu Jan 27 07:49:13 2000 +0000

description:
make "make includes" work

diffstat:

 sys/arch/arc/include/Makefile |  6 +++---
 sys/arch/arc/include/pmap.h   |  4 ++--
 2 files changed, 5 insertions(+), 5 deletions(-)

diffs (32 lines):

diff -r 5524106b79ea -r db37debceaa9 sys/arch/arc/include/Makefile
--- a/sys/arch/arc/include/Makefile     Thu Jan 27 06:55:26 2000 +0000
+++ b/sys/arch/arc/include/Makefile     Thu Jan 27 07:49:13 2000 +0000
@@ -1,12 +1,12 @@
-#      $NetBSD: Makefile,v 1.9 2000/01/23 21:01:55 soda Exp $
+#      $NetBSD: Makefile,v 1.10 2000/01/27 07:49:13 soda Exp $
 
 KDIR=  /sys/arch/arc/include
 INCSDIR= /usr/include/arc
 
 INCS=  ansi.h aout_machdep.h asm.h autoconf.h bswap.h bsd-aout.h bus.h \
-       cdefs.h cpu.h disklabel.h display.h ecoff_machdep.h \
+       cdefs.h cpu.h cpuregs.h disklabel.h display.h ecoff_machdep.h \
        elf_machdep.h endian.h float.h ieee.h ieeefp.h kbdreg.h kcore.h \
-       kdbparam.h limits.h machAsmDefs.h machConst.h math.h mips_opcode.h \
+       kdbparam.h limits.h math.h mips_opcode.h \
        mouse.h param.h pcb.h pccons.h pio.h pmap.h proc.h profile.h psl.h \
        pte.h ptrace.h reg.h regdef.h regnum.h reloc.h setjmp.h signal.h \
        stdarg.h trap.h types.h varargs.h vmparam.h
diff -r 5524106b79ea -r db37debceaa9 sys/arch/arc/include/pmap.h
--- a/sys/arch/arc/include/pmap.h       Thu Jan 27 06:55:26 2000 +0000
+++ b/sys/arch/arc/include/pmap.h       Thu Jan 27 07:49:13 2000 +0000
@@ -1,7 +1,7 @@
-/*     $NetBSD: pmap.h,v 1.4 2000/01/23 21:01:58 soda Exp $    */
+/*     $NetBSD: pmap.h,v 1.5 2000/01/27 07:49:13 soda Exp $    */
 /*      $OpenBSD: pmap.h,v 1.3 1997/04/19 17:19:58 pefo Exp $ */
 
-#include <mips/include/pmap.h>
+#include <mips/pmap.h>
 
 #define pmap_resident_count(pmap)       ((pmap)->pm_stats.resident_count)
 #define PMAP_PREFER(pa, va)             pmap_prefer((pa), (va))



Home | Main Index | Thread Index | Old Index