summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sbin/dhclient/dhcpd.h5
-rw-r--r--usr.sbin/dhcrelay/dhcpd.h5
2 files changed, 2 insertions, 8 deletions
diff --git a/sbin/dhclient/dhcpd.h b/sbin/dhclient/dhcpd.h
index 5381af8353d..307fdbd3dba 100644
--- a/sbin/dhclient/dhcpd.h
+++ b/sbin/dhclient/dhcpd.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: dhcpd.h,v 1.50 2006/11/21 00:10:06 stevesk Exp $ */
+/* $OpenBSD: dhcpd.h,v 1.51 2006/11/21 15:04:59 stevesk Exp $ */
/*
* Copyright (c) 2004 Henning Brauer <henning@openbsd.org>
@@ -226,9 +226,6 @@ struct protocol {
#define _PATH_DHCLIENT_DB "/var/db/dhclient.leases"
#define DHCPD_LOG_FACILITY LOG_DAEMON
-#define MAX_TIME 0x7fffffff
-#define MIN_TIME 0
-
/* External definitions... */
/* options.c */
diff --git a/usr.sbin/dhcrelay/dhcpd.h b/usr.sbin/dhcrelay/dhcpd.h
index 61b72160d35..196034a642f 100644
--- a/usr.sbin/dhcrelay/dhcpd.h
+++ b/usr.sbin/dhcrelay/dhcpd.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: dhcpd.h,v 1.7 2006/11/21 04:39:08 stevesk Exp $ */
+/* $OpenBSD: dhcpd.h,v 1.8 2006/11/21 15:04:59 stevesk Exp $ */
/*
* Copyright (c) 2004 Henning Brauer <henning@openbsd.org>
@@ -132,9 +132,6 @@ struct protocol {
/* Default path to dhcpd config file. */
#define DHCPD_LOG_FACILITY LOG_DAEMON
-#define MAX_TIME 0x7fffffff
-#define MIN_TIME 0
-
/* External definitions... */
/* errwarn.c */