See RT ticket #16959 for more.
#ifndef lint
static char ocopyright[] =
-"$Id: dhclient.c,v 1.153 2007/06/07 15:29:30 each Exp $ Copyright (c) 2004-2007 Internet Systems Consortium. All rights reserved.\n";
+"$Id: dhclient.c,v 1.154 2007/06/15 15:02:05 shane Exp $ Copyright (c) 2004-2007 Internet Systems Consortium. All rights reserved.\n";
#endif /* not lint */
#include "dhcpd.h"
#include <signal.h>
#include <errno.h>
#include <sys/wait.h>
+#include <limits.h>
TIME default_lease_time = 43200; /* 12 hours... */
TIME max_lease_time = 86400; /* 24 hours... */
#ifndef lint
static char ocopyright[] =
-"$Id: dhcpd.c,v 1.127 2007/06/07 15:29:31 each Exp $ Copyright 2004-2007 Internet Systems Consortium.";
+"$Id: dhcpd.c,v 1.128 2007/06/15 15:02:05 shane Exp $ Copyright 2004-2007 Internet Systems Consortium.";
#endif
static char copyright[] =
#include <omapip/omapip_p.h>
#include <syslog.h>
#include <errno.h>
+#include <limits.h>
static void usage PROTO ((void));