From f8086ce091549315cd470bcea8c56fa4ee438f1b Mon Sep 17 00:00:00 2001 From: Marc Espie Date: Sat, 3 Jan 2004 14:08:55 +0000 Subject: 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@. --- sys/netiso/tp_iso.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/netiso/tp_iso.c') diff --git a/sys/netiso/tp_iso.c b/sys/netiso/tp_iso.c index 0c0d7811e8b..8134e725e30 100644 --- a/sys/netiso/tp_iso.c +++ b/sys/netiso/tp_iso.c @@ -1,4 +1,4 @@ -/* $OpenBSD: tp_iso.c,v 1.8 2003/12/10 07:22:44 itojun Exp $ */ +/* $OpenBSD: tp_iso.c,v 1.9 2004/01/03 14:08:54 espie Exp $ */ /* $NetBSD: tp_iso.c,v 1.8 1996/03/16 23:13:54 christos Exp $ */ /*- @@ -108,7 +108,7 @@ SOFTWARE. #include #endif -#include +#include /* * CALLED FROM: -- cgit v1.2.3