aboutsummaryrefslogtreecommitdiff
path: root/networking
diff options
context:
space:
mode:
authorlandley <landley@69ca8d6d-28ef-0310-b511-8ec308f3f277>2006-02-21 03:12:15 +0000
committerlandley <landley@69ca8d6d-28ef-0310-b511-8ec308f3f277>2006-02-21 03:12:15 +0000
commitd743f3da72e8015c255139af5584f721528fb4e0 (patch)
tree1f6544b00568ae6a964e0453811b373632aabe96 /networking
parent37354eecff2f0878c8bb901ca019b18e553b6a80 (diff)
downloadbusybox-w32-d743f3da72e8015c255139af5584f721528fb4e0.tar.gz
busybox-w32-d743f3da72e8015c255139af5584f721528fb4e0.tar.bz2
busybox-w32-d743f3da72e8015c255139af5584f721528fb4e0.zip
Missed a file in the last checkin, won't build without this...
git-svn-id: svn://busybox.net/trunk/busybox@14155 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'networking')
-rw-r--r--networking/udhcp/dhcpc.h1
1 files changed, 1 insertions, 0 deletions
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 {
29 uint8_t *hostname; /* Optional hostname to use */ 29 uint8_t *hostname; /* Optional hostname to use */
30 uint8_t *fqdn; /* Optional fully qualified domain name to use */ 30 uint8_t *fqdn; /* Optional fully qualified domain name to use */
31 int ifindex; /* Index number of the interface to use */ 31 int ifindex; /* Index number of the interface to use */
32 int retries; /* Max number of request packets */
32 uint8_t arp[6]; /* Our arp address */ 33 uint8_t arp[6]; /* Our arp address */
33}; 34};
34 35