mirror of
https://gitlab.isc.org/isc-projects/dhcp
synced 2025-08-30 13:57:50 +00:00
Fix a Tru64 compile error.
This commit is contained in:
parent
380da6c0dc
commit
ca5956dcad
@ -43,7 +43,7 @@
|
|||||||
|
|
||||||
#ifndef lint
|
#ifndef lint
|
||||||
static char copyright[] =
|
static char copyright[] =
|
||||||
"$Id: parse.c,v 1.84 2000/09/20 00:08:27 mellon Exp $ Copyright (c) 1995-2000 The Internet Software Consortium. All rights reserved.\n";
|
"$Id: parse.c,v 1.85 2000/09/21 07:52:19 mellon Exp $ Copyright (c) 1995-2000 The Internet Software Consortium. All rights reserved.\n";
|
||||||
#endif /* not lint */
|
#endif /* not lint */
|
||||||
|
|
||||||
#include "dhcpd.h"
|
#include "dhcpd.h"
|
||||||
@ -4156,8 +4156,6 @@ int parse_option_token (rv, cfile, fmt, expr, uniform, lookups)
|
|||||||
int parse_warn (struct parse *cfile, const char *fmt, ...)
|
int parse_warn (struct parse *cfile, const char *fmt, ...)
|
||||||
{
|
{
|
||||||
va_list list;
|
va_list list;
|
||||||
static char spaces [] = (" "
|
|
||||||
" ");
|
|
||||||
char lexbuf [256];
|
char lexbuf [256];
|
||||||
char mbuf [1024];
|
char mbuf [1024];
|
||||||
char fbuf [1024];
|
char fbuf [1024];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user