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/netns/spp_usrreq.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/netns/spp_usrreq.c') diff --git a/sys/netns/spp_usrreq.c b/sys/netns/spp_usrreq.c index 0e5b6323796..2a112ee73c5 100644 --- a/sys/netns/spp_usrreq.c +++ b/sys/netns/spp_usrreq.c @@ -1,4 +1,4 @@ -/* $OpenBSD: spp_usrreq.c,v 1.17 2003/12/10 07:22:44 itojun Exp $ */ +/* $OpenBSD: spp_usrreq.c,v 1.18 2004/01/03 14:08:54 espie Exp $ */ /* $NetBSD: spp_usrreq.c,v 1.9 1996/02/13 22:14:13 christos Exp $ */ /* @@ -57,7 +57,7 @@ #include #include -#include +#include /* * SP protocol implementation. -- cgit v1.2.3