diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2007-11-22 00:58:49 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2007-11-22 00:58:49 +0000 |
commit | 223bc97f61f2fd5efbccede0837a374c1669e864 (patch) | |
tree | 0105a1f02dbc344ede7cca99565b6c556e7cab96 /networking/udhcp/signalpipe.c | |
parent | c881c733bb05286f7147d0ca49ad238b86f6d848 (diff) | |
download | busybox-w32-223bc97f61f2fd5efbccede0837a374c1669e864.tar.gz busybox-w32-223bc97f61f2fd5efbccede0837a374c1669e864.tar.bz2 busybox-w32-223bc97f61f2fd5efbccede0837a374c1669e864.zip |
udhcpc: an option to perform ARP check (Jonas Danielsson <jonas.danielsson@axis.com>)
configurable, ~+300 bytes when on.
Diffstat (limited to 'networking/udhcp/signalpipe.c')
-rw-r--r-- | networking/udhcp/signalpipe.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/udhcp/signalpipe.c b/networking/udhcp/signalpipe.c index fafd2082a..845aa3a9a 100644 --- a/networking/udhcp/signalpipe.c +++ b/networking/udhcp/signalpipe.c | |||
@@ -66,7 +66,7 @@ int udhcp_sp_fd_set(fd_set *rfds, int extra_fd) | |||
66 | /* Read a signal from the signal pipe. Returns 0 if there is | 66 | /* Read a signal from the signal pipe. Returns 0 if there is |
67 | * no signal, -1 on error (and sets errno appropriately), and | 67 | * no signal, -1 on error (and sets errno appropriately), and |
68 | * your signal on success */ | 68 | * your signal on success */ |
69 | int udhcp_sp_read(fd_set *rfds) | 69 | int udhcp_sp_read(const fd_set *rfds) |
70 | { | 70 | { |
71 | unsigned char sig; | 71 | unsigned char sig; |
72 | 72 | ||