From a90733dd04b9da65db2a681e2d0c9be2c8a165af Mon Sep 17 00:00:00 2001 From: Ted Lemon Date: Mon, 16 Mar 1998 06:18:50 +0000 Subject: [PATCH] Declare dhcp_max_agent_option_packet_length as required by library code. --- statmsg/main.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/statmsg/main.c b/statmsg/main.c index 924b9cea..a30bb731 100644 --- a/statmsg/main.c +++ b/statmsg/main.c @@ -44,7 +44,7 @@ #ifndef lint static char copyright[] = -"$Id: main.c,v 1.3 1997/11/29 07:48:37 mellon Exp $ Copyright (c) 1995, 1996 The Internet Software Consortium. All rights reserved.\n"; +"$Id: main.c,v 1.4 1998/03/16 06:18:50 mellon Exp $ Copyright (c) 1995, 1996 The Internet Software Consortium. All rights reserved.\n"; #endif /* not lint */ #include "dhcpd.h" @@ -52,6 +52,8 @@ static char copyright[] = int log_priority; int log_perror = 1; +int dhcp_max_agent_option_packet_length; + int main (argc, argv, envp) int argc; char **argv;