#include <machine/stdarg.h> in the one place in pcvt that it is used
instead of centrally.
This commit is contained in:
parent
f5f91b3249
commit
921cf4d2a2
@ -90,6 +90,12 @@
|
||||
static void *pcvt_devfs_token[MAXCONS];
|
||||
#endif /*DEVFS*/
|
||||
|
||||
#if PCVT_FREEBSD >= 200
|
||||
#include <machine/stdarg.h>
|
||||
#else
|
||||
#include "machine/stdarg.h"
|
||||
#endif
|
||||
|
||||
extern int getchar __P((void));
|
||||
|
||||
#if PCVT_NETBSD
|
||||
|
@ -151,12 +151,6 @@
|
||||
#endif /* PCVT_FREEBSD >= 200 */
|
||||
#endif /* PCVT_NETBSD <= 9 */
|
||||
|
||||
#if PCVT_FREEBSD >= 200
|
||||
#include <machine/stdarg.h>
|
||||
#else
|
||||
#include "machine/stdarg.h"
|
||||
#endif
|
||||
|
||||
#if PCVT_NETBSD > 9
|
||||
#include <i386/isa/pcvt/pcvt_ioctl.h>
|
||||
#elif PCVT_FREEBSD >= 200
|
||||
|
Loading…
Reference in New Issue
Block a user