Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/mips/include - Restore 'regdef.h' lost since last J...



details:   https://anonhg.NetBSD.org/src/rev/58f15ac35f18
branches:  trunk
changeset: 467389:58f15ac35f18
user:      nisimura <nisimura%NetBSD.org@localhost>
date:      Wed Mar 24 03:45:36 1999 +0000

description:
- Restore 'regdef.h' lost since last January.

diffstat:

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

diffs (18 lines):

diff -r b6f4d6a20eff -r 58f15ac35f18 sys/arch/mips/include/Makefile
--- a/sys/arch/mips/include/Makefile    Wed Mar 24 03:45:27 1999 +0000
+++ b/sys/arch/mips/include/Makefile    Wed Mar 24 03:45:36 1999 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.7 1999/03/15 02:47:10 nisimura Exp $
+#      $NetBSD: Makefile,v 1.8 1999/03/24 03:45:36 nisimura Exp $
 
 KDIR=  /sys/arch/mips/include
 INCSDIR= /usr/include/mips
@@ -8,7 +8,7 @@
        elf.h elf_machdep.h endian.h float.h ieeefp.h intr.h \
        kcore.h kdbparam.h limits.h locore.h mips1_pte.h mips3_pte.h \
        mips_opcode.h mips_param.h pcb.h pmap.h proc.h profile.h \
-       psl.h pte.h ptrace.h reg.h regnum.h reloc.h setjmp.h \
+       psl.h pte.h ptrace.h reg.h regdef.h regnum.h reloc.h setjmp.h \
        signal.h stdarg.h sysarch.h trap.h types.h varargs.h \
        vmparam.h
 



Home | Main Index | Thread Index | Old Index