From: Rob Landley Date: Tue, 21 Feb 2006 03:12:15 +0000 (-0000) Subject: Missed a file in the last checkin, won't build without this... X-Git-Tag: 1_1_0~179 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=ea6360e3938d016b2dfa6d0cbc9c9577070dca75;p=oweals%2Fbusybox.git Missed a file in the last checkin, won't build without this... --- diff --git a/networking/udhcp/dhcpc.h b/networking/udhcp/dhcpc.h index e2e14feba..808e91924 100644 --- a/networking/udhcp/dhcpc.h +++ b/networking/udhcp/dhcpc.h @@ -29,6 +29,7 @@ struct client_config_t { uint8_t *hostname; /* Optional hostname to use */ uint8_t *fqdn; /* Optional fully qualified domain name to use */ int ifindex; /* Index number of the interface to use */ + int retries; /* Max number of request packets */ uint8_t arp[6]; /* Our arp address */ };