summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbrad <brad@openbsd.org>2004-01-07 22:45:59 +0000
committerbrad <brad@openbsd.org>2004-01-07 22:45:59 +0000
commit4e6daa9876363d00abdcdbc75facd7ac4488d36c (patch)
tree9a9c3eaf818c96d4479f156fc7fda84a7e0935b9
parentProper use of uid_t and did_t types instead of a generic int. (diff)
downloadwireguard-openbsd-4e6daa9876363d00abdcdbc75facd7ac4488d36c.tar.xz
wireguard-openbsd-4e6daa9876363d00abdcdbc75facd7ac4488d36c.zip
machine/stdarg.h -> sys/stdarg.h
ok drahn@ espie@
-rw-r--r--sys/arch/macppc/macppc/opendev.c5
-rw-r--r--sys/arch/macppc/macppc/openfirm.c5
2 files changed, 4 insertions, 6 deletions
diff --git a/sys/arch/macppc/macppc/opendev.c b/sys/arch/macppc/macppc/opendev.c
index 3a9217b9e87..8a71fe69ca8 100644
--- a/sys/arch/macppc/macppc/opendev.c
+++ b/sys/arch/macppc/macppc/opendev.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: opendev.c,v 1.7 2003/10/16 05:03:22 deraadt Exp $ */
+/* $OpenBSD: opendev.c,v 1.8 2004/01/07 22:45:59 brad Exp $ */
/* $NetBSD: openfirm.c,v 1.1 1996/09/30 16:34:52 ws Exp $ */
/*
@@ -32,9 +32,8 @@
* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
#include <sys/param.h>
-
+#include <sys/stdarg.h>
#include <machine/psl.h>
-#include <machine/stdarg.h>
#include <dev/ofw/openfirm.h>
#include <lib/libkern/libkern.h>
diff --git a/sys/arch/macppc/macppc/openfirm.c b/sys/arch/macppc/macppc/openfirm.c
index 75e7d01b44b..3126a6b82c2 100644
--- a/sys/arch/macppc/macppc/openfirm.c
+++ b/sys/arch/macppc/macppc/openfirm.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: openfirm.c,v 1.5 2003/10/15 17:50:16 drahn Exp $ */
+/* $OpenBSD: openfirm.c,v 1.6 2004/01/07 22:45:59 brad Exp $ */
/* $NetBSD: openfirm.c,v 1.1 1996/09/30 16:34:52 ws Exp $ */
/*
@@ -33,9 +33,8 @@
*/
#include <sys/param.h>
#include <sys/systm.h>
-
+#include <sys/stdarg.h>
#include <machine/psl.h>
-#include <machine/stdarg.h>
#include <dev/ofw/openfirm.h>