diff options
author | Kevin Steves <stevesk@cvs.openbsd.org> | 2006-11-21 15:05:00 +0000 |
---|---|---|
committer | Kevin Steves <stevesk@cvs.openbsd.org> | 2006-11-21 15:05:00 +0000 |
commit | a7dcd8f62eaa8683a3290af3c86cb8553b3a9bc4 (patch) | |
tree | 1d26f7009f227689b06cd6a3a95c1483be04c32e | |
parent | a586c7a97f4064c8baee13f1526a88065890d1c4 (diff) |
remove unused #defines, no binary change; ok henning@
-rw-r--r-- | sbin/dhclient/dhcpd.h | 5 | ||||
-rw-r--r-- | usr.sbin/dhcrelay/dhcpd.h | 5 |
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 */ |