diff options
Diffstat (limited to 'networking/udhcp/dhcprelay.c')
-rw-r--r-- | networking/udhcp/dhcprelay.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/udhcp/dhcprelay.c b/networking/udhcp/dhcprelay.c index 08fb733d7..90ecf4831 100644 --- a/networking/udhcp/dhcprelay.c +++ b/networking/udhcp/dhcprelay.c | |||
@@ -236,7 +236,7 @@ static void pass_back(struct dhcpMessage *p, int packet_len, int *fds) | |||
236 | } | 236 | } |
237 | 237 | ||
238 | static void dhcprelay_loop(int *fds, int num_sockets, int max_socket, char **clients, | 238 | static void dhcprelay_loop(int *fds, int num_sockets, int max_socket, char **clients, |
239 | struct sockaddr_in *server_addr, uint32_t gw_ip) ATTRIBUTE_NORETURN; | 239 | struct sockaddr_in *server_addr, uint32_t gw_ip) NORETURN; |
240 | static void dhcprelay_loop(int *fds, int num_sockets, int max_socket, char **clients, | 240 | static void dhcprelay_loop(int *fds, int num_sockets, int max_socket, char **clients, |
241 | struct sockaddr_in *server_addr, uint32_t gw_ip) | 241 | struct sockaddr_in *server_addr, uint32_t gw_ip) |
242 | { | 242 | { |