summaryrefslogtreecommitdiff
path: root/sys/arch/mac68k/include/stdarg.h
diff options
context:
space:
mode:
authorMatthew Dempsky <matthew@cvs.openbsd.org>2012-06-20 18:23:53 +0000
committerMatthew Dempsky <matthew@cvs.openbsd.org>2012-06-20 18:23:53 +0000
commitbb67de795026f05e1a745b17440659950dc05bfe (patch)
treeea315a272eb86395fc08a93b1eb3d992c33e573b /sys/arch/mac68k/include/stdarg.h
parent75f4de530c66727ae1777ae323968ad7bb428043 (diff)
RIP mac68k. No one loves you anymore.
Diffstat (limited to 'sys/arch/mac68k/include/stdarg.h')
-rw-r--r--sys/arch/mac68k/include/stdarg.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/sys/arch/mac68k/include/stdarg.h b/sys/arch/mac68k/include/stdarg.h
deleted file mode 100644
index d6ca78ac8dc..00000000000
--- a/sys/arch/mac68k/include/stdarg.h
+++ /dev/null
@@ -1,9 +0,0 @@
-/* $OpenBSD: stdarg.h,v 1.4 2011/03/23 16:54:36 pirofti Exp $ */
-/* $NetBSD: stdarg.h,v 1.5 1994/10/26 08:46:48 cgd Exp $ */
-
-#ifndef _MACHINE_STDARG_H_
-#define _MACHINE_STDARG_H_
-
-#include <m68k/stdarg.h>
-
-#endif