diff options
| author | joerg <joerg@NetBSD.org> | 2011-07-17 20:54:30 +0000 |
|---|---|---|
| committer | joerg <joerg@NetBSD.org> | 2011-07-17 20:54:30 +0000 |
| commit | 9f2c6cd595b50ba277a217ee608a101d3d113d35 (patch) | |
| tree | 48bfa748b8ec36787ffe9f9263fe65c2e1f9d796 /sys/arch/atari/dev/atari5380.c | |
| parent | f5afb0db64b387453210f49892276268e8002bea (diff) | |
Retire varargs.h support. Move machine/stdarg.h logic into MI
sys/stdarg.h and expect compiler to provide proper builtins, defaulting
to the GCC interface. lint still has a special fallback.
Reduce abuse of _BSD_VA_LIST_ by defining __va_list by default and
derive va_list as required by standards.
Diffstat (limited to 'sys/arch/atari/dev/atari5380.c')
| -rw-r--r-- | sys/arch/atari/dev/atari5380.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/arch/atari/dev/atari5380.c b/sys/arch/atari/dev/atari5380.c index 451813dacd5..20b12a1e753 100644 --- a/sys/arch/atari/dev/atari5380.c +++ b/sys/arch/atari/dev/atari5380.c @@ -1,4 +1,4 @@ -/* $NetBSD: atari5380.c,v 1.57 2011/06/05 06:33:42 tsutsui Exp $ */ +/* $NetBSD: atari5380.c,v 1.58 2011/07/17 20:54:37 joerg Exp $ */ /* * Copyright (c) 1995 Leo Weppelman. @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: atari5380.c,v 1.57 2011/06/05 06:33:42 tsutsui Exp $"); +__KERNEL_RCSID(0, "$NetBSD: atari5380.c,v 1.58 2011/07/17 20:54:37 joerg Exp $"); #include "opt_atariscsi.h" @@ -53,7 +53,6 @@ __KERNEL_RCSID(0, "$NetBSD: atari5380.c,v 1.57 2011/06/05 06:33:42 tsutsui Exp $ */ #include <atari/dev/ncr5380reg.h> -#include <machine/stdarg.h> #include <machine/iomap.h> #include <machine/mfp.h> #include <machine/intr.h> |
