mirror of
https://gitlab.isc.org/isc-projects/dhcp
synced 2025-09-01 06:45:27 +00:00
Add tlname variable so errwarn.c doesn't bring in parser
This commit is contained in:
@@ -63,6 +63,7 @@ u_int16_t server_port;
|
|||||||
int log_priority;
|
int log_priority;
|
||||||
|
|
||||||
int tline, tlpos;
|
int tline, tlpos;
|
||||||
|
char *tlname;
|
||||||
|
|
||||||
static void usage PROTO ((void));
|
static void usage PROTO ((void));
|
||||||
|
|
||||||
|
@@ -63,6 +63,7 @@ u_int16_t server_port;
|
|||||||
int log_priority;
|
int log_priority;
|
||||||
|
|
||||||
int tline, tlpos;
|
int tline, tlpos;
|
||||||
|
char *tlname;
|
||||||
|
|
||||||
static void usage PROTO ((void));
|
static void usage PROTO ((void));
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user