Module Name: src
Committed By: joerg
Date: Thu Jul 21 11:02:48 UTC 2011
Modified Files:
src/sys/arch/x68k/include: Makefile
Log Message:
machine/stdarg.h and machine/varargs.h are gone
To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 src/sys/arch/x68k/include/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/x68k/include/Makefile
diff -u src/sys/arch/x68k/include/Makefile:1.34 src/sys/arch/x68k/include/Makefile:1.35
--- src/sys/arch/x68k/include/Makefile:1.34 Mon Jul 11 18:33:48 2011
+++ src/sys/arch/x68k/include/Makefile Thu Jul 21 11:02:48 2011
@@ -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>