Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/amd64/include Copy fpu.h to release



details:   https://anonhg.NetBSD.org/src/rev/2d7945d2be5a
branches:  trunk
changeset: 326808:2d7945d2be5a
user:      dsl <dsl%NetBSD.org@localhost>
date:      Tue Feb 18 22:05:56 2014 +0000

description:
Copy fpu.h to release

diffstat:

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

diffs (18 lines):

diff -r fa02a129e774 -r 2d7945d2be5a sys/arch/amd64/include/Makefile
--- a/sys/arch/amd64/include/Makefile   Tue Feb 18 22:03:52 2014 +0000
+++ b/sys/arch/amd64/include/Makefile   Tue Feb 18 22:05:56 2014 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.16 2014/02/11 20:17:16 dsl Exp $
+#      $NetBSD: Makefile,v 1.17 2014/02/18 22:05:56 dsl Exp $
 
 INCSDIR= /usr/include/amd64
 
@@ -7,7 +7,7 @@
        cdefs.h cpu.h \
        disklabel.h \
        elf_machdep.h endian.h endian_machdep.h \
-       float.h frame.h frame_regs.h \
+       float.h fpu.h frame.h frame_regs.h \
        gdt.h \
        ieee.h ieeefp.h fenv.h \
        int_const.h int_fmtio.h int_limits.h int_mwgwtypes.h int_types.h \



Home | Main Index | Thread Index | Old Index