diff options
Diffstat (limited to 'usr.sbin/pppd/options.c')
-rw-r--r-- | usr.sbin/pppd/options.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/pppd/options.c b/usr.sbin/pppd/options.c index 44e509fa056..4ea831cde71 100644 --- a/usr.sbin/pppd/options.c +++ b/usr.sbin/pppd/options.c @@ -1,4 +1,4 @@ -/* $OpenBSD: options.c,v 1.7 1997/01/02 10:50:20 mickey Exp $ */ +/* $OpenBSD: options.c,v 1.8 1997/07/25 20:12:15 mickey Exp $ */ /* * options.c - handles option processing for PPP. @@ -20,7 +20,7 @@ */ #ifndef lint -static char rcsid[] = "$OpenBSD: options.c,v 1.7 1997/01/02 10:50:20 mickey Exp $"; +static char rcsid[] = "$OpenBSD: options.c,v 1.8 1997/07/25 20:12:15 mickey Exp $"; #endif #include <ctype.h> @@ -643,7 +643,7 @@ option_error __V((char *fmt, ...)) int n; char buf[256]; -#if __STDC__ +#ifdef __STDC__ va_start(args, fmt); #else char *fmt; |