From 26918dd28ef6f2c6380ed23b384ddc8e98a8ad81 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Tue, 16 Jun 2009 12:04:23 +0200 Subject: udhcp: rename server/client_config.arp to server_mac and client_mac Signed-off-by: Denys Vlasenko --- networking/udhcp/dhcpc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'networking/udhcp/dhcpc.h') diff --git a/networking/udhcp/dhcpc.h b/networking/udhcp/dhcpc.h index 361624f17..861e134bd 100644 --- a/networking/udhcp/dhcpc.h +++ b/networking/udhcp/dhcpc.h @@ -6,7 +6,7 @@ PUSH_AND_SET_FUNCTION_VISIBILITY_TO_HIDDEN struct client_config_t { - uint8_t arp[6]; /* Our arp address */ + uint8_t client_mac[6]; /* Our arp address */ /* TODO: combine flag fields into single "unsigned opt" */ /* (can be set directly to the result of getopt32) */ char no_default_options; /* Do not include default optins in request */ -- cgit v1.2.3