Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/x68k/include machine/stdarg.h and machine/varargs.h...



details:   https://anonhg.NetBSD.org/src/rev/48efb58970ae
branches:  trunk
changeset: 767539:48efb58970ae
user:      joerg <joerg%NetBSD.org@localhost>
date:      Thu Jul 21 11:02:48 2011 +0000

description:
machine/stdarg.h and machine/varargs.h are gone

diffstat:

 sys/arch/x68k/include/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (21 lines):

diff -r 1fc6310497a8 -r 48efb58970ae sys/arch/x68k/include/Makefile
--- a/sys/arch/x68k/include/Makefile    Thu Jul 21 10:33:17 2011 +0000
+++ b/sys/arch/x68k/include/Makefile    Thu Jul 21 11:02:48 2011 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.34 2011/07/11 18:33:48 joerg Exp $
+#      $NetBSD: Makefile,v 1.35 2011/07/21 11:02:48 joerg Exp $
 
 INCSDIR= /usr/include/x68k
 
@@ -19,9 +19,9 @@
        param.h parioctl.h pcb.h pmap.h pmc.h powioctl.h proc.h \
        profile.h psl.h pte.h ptrace.h \
        reg.h remote-sl.h rwlock.h \
-       setjmp.h signal.h sram.h stdarg.h \
+       setjmp.h signal.h sram.h \
        trap.h types.h \
-       varargs.h vmparam.h vuid_event.h \
+       vmparam.h vuid_event.h \
        wchar_limits.h
 
 .include <bsd.kinc.mk>



Home | Main Index | Thread Index | Old Index