diff options
author | Brad Smith <brad@cvs.openbsd.org> | 2004-01-14 23:27:54 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 2004-01-14 23:27:54 +0000 |
commit | dc9c0fd3e333b97ec789b0681bff760f5db1e0f8 (patch) | |
tree | 4d771cabe7eb5c19c0959bd633162fad4c091d60 /sys/arch | |
parent | f1bccd6647b389b5c5c88e51874148a339692487 (diff) |
machine/stdarg.h -> sys/stdarg.h
ok drahn@
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/pegasos/pegasos/opendev.c | 5 | ||||
-rw-r--r-- | sys/arch/pegasos/pegasos/openfirm.c | 5 |
2 files changed, 4 insertions, 6 deletions
diff --git a/sys/arch/pegasos/pegasos/opendev.c b/sys/arch/pegasos/pegasos/opendev.c index d1d09e91117..07ca90e505c 100644 --- a/sys/arch/pegasos/pegasos/opendev.c +++ b/sys/arch/pegasos/pegasos/opendev.c @@ -1,4 +1,4 @@ -/* $OpenBSD: opendev.c,v 1.1 2003/10/31 03:54:33 drahn Exp $ */ +/* $OpenBSD: opendev.c,v 1.2 2004/01/14 23:27:53 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/pegasos/pegasos/openfirm.c b/sys/arch/pegasos/pegasos/openfirm.c index 4c10243c878..0a8f0d34deb 100644 --- a/sys/arch/pegasos/pegasos/openfirm.c +++ b/sys/arch/pegasos/pegasos/openfirm.c @@ -1,4 +1,4 @@ -/* $OpenBSD: openfirm.c,v 1.1 2003/10/31 03:54:33 drahn Exp $ */ +/* $OpenBSD: openfirm.c,v 1.2 2004/01/14 23:27:53 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> |