]> git.ipfire.org Git - thirdparty/dhcpcd.git/commitdiff
fd_set is not a struct.
authorRoy Marples <roy@marples.name>
Thu, 31 Jul 2008 12:26:45 +0000 (12:26 +0000)
committerRoy Marples <roy@marples.name>
Thu, 31 Jul 2008 12:26:45 +0000 (12:26 +0000)
client.c

index f33b0346c349e513009cd6c1472b68b2a417a778..98806b53c525e2ea72dde3605dc2bdce8aa1f9dd 100644 (file)
--- a/client.c
+++ b/client.c
@@ -744,7 +744,7 @@ drop_config(struct if_state *state, const char *reason,
 static int
 wait_for_fd(struct if_state *state, int *fd)
 {
-       struct fd_set fds;
+       fd_set fds;
        struct interface *iface = state->interface;
        int r, maxfd;
        struct timeval now, *ref;