Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/atari/include Export mtpr.h :-( This is because cpu...



details:   https://anonhg.NetBSD.org/src/rev/6f818d4af2b5
branches:  trunk
changeset: 467934:6f818d4af2b5
user:      leo <leo%NetBSD.org@localhost>
date:      Wed Mar 31 10:48:00 1999 +0000

description:
Export mtpr.h :-( This is because cpu.h depends on it. Probably userland
should not need cpu.h...

diffstat:

 sys/arch/atari/include/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 0ec67e962fc3 -r 6f818d4af2b5 sys/arch/atari/include/Makefile
--- a/sys/arch/atari/include/Makefile   Wed Mar 31 10:47:51 1999 +0000
+++ b/sys/arch/atari/include/Makefile   Wed Mar 31 10:48:00 1999 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.6 1999/03/15 11:55:53 minoura Exp $
+#      $NetBSD: Makefile,v 1.7 1999/03/31 10:48:00 leo Exp $
 
 KDIR=  /sys/arch/atari/include
 INCSDIR= /usr/include/atari
@@ -6,7 +6,7 @@
 INCS=  ahdilabel.h ansi.h aout_machdep.h asm.h bswap.h cdefs.h cpu.h \
        cpufunc.h db_machdep.h disklabel.h elf_machdep.h endian.h \
        float.h frame.h intr.h ieee.h ieeefp.h kcore.h limits.h \
-       msioctl.h param.h pcb.h pmap.h proc.h profile.h psl.h \
+       msioctl.h mtpr.h 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 \
        varargs.h vmparam.h
 



Home | Main Index | Thread Index | Old Index