#ifndef lint
static char copyright[] =
-"$Id: resolv.c,v 1.15 2001/03/17 00:47:34 mellon Exp $ Copyright (c) 1996-2001 The Internet Software Consortium. All rights reserved.\n";
+"$Id: resolv.c,v 1.16 2001/05/02 06:39:43 mellon Exp $ Copyright (c) 1996-2001 The Internet Software Consortium. All rights reserved.\n";
#endif /* not lint */
#include "dhcpd.h"
}
cfile = (struct parse *)0;
- new_parse (&cfile, file, (char *)0, 0, path_resolv_conf);
- cfile -> eol_token = 1;
+ new_parse (&cfile, file, (char *)0, 0, path_resolv_conf, 1);
do {
token = next_token (&val, (unsigned *)0, cfile);