Source-Changes-HG archive

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

[src/trunk]: src/sys/arch We need to copy new SVR4 header files to /usr/inclu...



details:   https://anonhg.NetBSD.org/src/rev/0e37f9f1af1b
branches:  trunk
changeset: 518334:0e37f9f1af1b
user:      manu <manu%NetBSD.org@localhost>
date:      Wed Nov 28 12:13:49 2001 +0000

description:
We need to copy new SVR4 header files to /usr/include/sys...

diffstat:

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

diffs (36 lines):

diff -r 3536139f90e7 -r 0e37f9f1af1b sys/arch/mips/include/Makefile
--- a/sys/arch/mips/include/Makefile    Wed Nov 28 12:02:59 2001 +0000
+++ b/sys/arch/mips/include/Makefile    Wed Nov 28 12:13:49 2001 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.19 2001/04/15 17:13:12 kleink Exp $
+#      $NetBSD: Makefile,v 1.20 2001/11/28 12:13:49 manu Exp $
 
 KDIR=  /sys/arch/mips/include
 INCSDIR= /usr/include/mips
@@ -16,7 +16,7 @@
        math.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 regdef.h regnum.h reloc.h \
-       setjmp.h signal.h stdarg.h sysarch.h \
+       setjmp.h signal.h stdarg.h svr4_machdep.h sysarch.h \
        trap.h types.h \
        varargs.h vmparam.h
 
diff -r 3536139f90e7 -r 0e37f9f1af1b sys/arch/sgimips/include/Makefile
--- a/sys/arch/sgimips/include/Makefile Wed Nov 28 12:02:59 2001 +0000
+++ b/sys/arch/sgimips/include/Makefile Wed Nov 28 12:13:49 2001 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.7 2001/07/08 20:30:13 thorpej Exp $
+#      $NetBSD: Makefile,v 1.8 2001/11/28 12:13:50 manu Exp $
 
 KDIR=  /sys/arch/sgimips/include
 INCSDIR= /usr/include/sgimips
@@ -18,7 +18,7 @@
        param.h pci_machdep.h pcb.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 \
+       setjmp.h signal.h svr4_machdep.h stdarg.h \
        trap.h types.h \
        varargs.h vmparam.h \
        z8530var.h



Home | Main Index | Thread Index | Old Index