diff options
author | 2004-01-03 14:08:52 +0000 | |
---|---|---|
committer | 2004-01-03 14:08:52 +0000 | |
commit | 7034f964200210b046bd85f3226a5779a20054e6 (patch) | |
tree | e7e619472ec44496184e787b6aef3f1d9aeb4111 /sys/netccitt/hd_output.c | |
parent | cope with changed imsg_read semantics (diff) | |
download | wireguard-openbsd-7034f964200210b046bd85f3226a5779a20054e6.tar.xz wireguard-openbsd-7034f964200210b046bd85f3226a5779a20054e6.zip |
put an mi wrapper around stdarg.h/varargs.h. gcc3 moved stdarg/varargs macros
to built-ins, so eventually we will have one version of these files.
Special adjustments for the kernel to cope: machine/stdarg.h -> sys/stdarg.h
and machine/ansi.h needs to have a _BSD_VA_LIST_ for syslog* prototypes.
okay millert@, drahn@, miod@.
Diffstat (limited to 'sys/netccitt/hd_output.c')
-rw-r--r-- | sys/netccitt/hd_output.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netccitt/hd_output.c b/sys/netccitt/hd_output.c index 88a5d39db5d..0840df685af 100644 --- a/sys/netccitt/hd_output.c +++ b/sys/netccitt/hd_output.c @@ -1,4 +1,4 @@ -/* $OpenBSD: hd_output.c,v 1.6 2003/12/10 07:22:42 itojun Exp $ */ +/* $OpenBSD: hd_output.c,v 1.7 2004/01/03 14:08:53 espie Exp $ */ /* $NetBSD: hd_output.c,v 1.7 1996/05/07 02:36:06 thorpej Exp $ */ /* @@ -55,7 +55,7 @@ #include <netccitt/x25.h> #include <netccitt/pk_extern.h> -#include <machine/stdarg.h> +#include <sys/stdarg.h> /* * HDLC OUTPUT INTERFACE |