diff options
author | Denys Vlasenko | 2010-03-23 02:17:52 +0100 |
---|---|---|
committer | Denys Vlasenko | 2010-03-23 02:17:52 +0100 |
commit | 6ef8def7cff5a55688ec3cfc7031fe0117c1a348 (patch) | |
tree | b172f60ba4989f4d3b88a8930ded4d1029f73397 /networking/udhcp/dhcpc.h | |
parent | 1497484839efd4c57d63c07e2b92413193a3977f (diff) | |
download | busybox-6ef8def7cff5a55688ec3cfc7031fe0117c1a348.zip busybox-6ef8def7cff5a55688ec3cfc7031fe0117c1a348.tar.gz |
udhcp: remove two unused fields
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'networking/udhcp/dhcpc.h')
-rw-r--r-- | networking/udhcp/dhcpc.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/networking/udhcp/dhcpc.h b/networking/udhcp/dhcpc.h index a886156..4c17353 100644 --- a/networking/udhcp/dhcpc.h +++ b/networking/udhcp/dhcpc.h @@ -9,7 +9,6 @@ struct client_config_t { char no_default_options; /* Do not include default options in request */ IF_FEATURE_UDHCP_PORT(uint16_t port;) int ifindex; /* Index number of the interface to use */ - int verbose; uint8_t opt_mask[256 / 8]; /* Bitmask of options to send (-O option) */ const char *interface; /* The name of the interface to use */ char *pidfile; /* Optionally store the process ID */ |