diff options
Diffstat (limited to 'networking/udhcp/clientsocket.c')
-rw-r--r-- | networking/udhcp/clientsocket.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/udhcp/clientsocket.c b/networking/udhcp/clientsocket.c index 0e13824b6..1dcc10570 100644 --- a/networking/udhcp/clientsocket.c +++ b/networking/udhcp/clientsocket.c | |||
@@ -36,7 +36,7 @@ | |||
36 | #include "dhcpd.h" | 36 | #include "dhcpd.h" |
37 | #include "dhcpc.h" | 37 | #include "dhcpc.h" |
38 | 38 | ||
39 | int raw_socket(int ifindex) | 39 | int FAST_FUNC udhcp_raw_socket(int ifindex) |
40 | { | 40 | { |
41 | int fd; | 41 | int fd; |
42 | struct sockaddr_ll sock; | 42 | struct sockaddr_ll sock; |