summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Shalayeff <mickey@cvs.openbsd.org>1997-07-25 17:28:37 +0000
committerMichael Shalayeff <mickey@cvs.openbsd.org>1997-07-25 17:28:37 +0000
commiteee6b01bc20230891599515a68515aab75336273 (patch)
treeb05830f214d37414a1903693d6f3d50221832b0d
parent026d52518ba99cf3d00cd8f5f9aba80224935013 (diff)
userland bye-bye
(arch/machine/libsa have to have machine link or smth)
-rw-r--r--sys/lib/libsa/printf.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/lib/libsa/printf.c b/sys/lib/libsa/printf.c
index b20bcdeee4b..ad9f454f385 100644
--- a/sys/lib/libsa/printf.c
+++ b/sys/lib/libsa/printf.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: printf.c,v 1.9 1997/02/06 15:51:13 mickey Exp $ */
+/* $OpenBSD: printf.c,v 1.10 1997/07/25 17:28:36 mickey Exp $ */
/* $NetBSD: printf.c,v 1.10 1996/11/30 04:19:21 gwr Exp $ */
/*-
@@ -62,9 +62,9 @@
#include <sys/cdefs.h>
#include <sys/types.h>
#ifdef __STDC__
-#include <stdarg.h>
+#include <machine/stdarg.h>
#else
-#include <varargs.h>
+#include <machine/varargs.h>
#endif
#include "stand.h"