From: Roy Marples Date: Wed, 14 Nov 2012 10:46:38 +0000 (+0000) Subject: Fix compile X-Git-Tag: v5.6.3~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e4e8b81dccb7bb38898de5106f1b0e86fe4c7046;p=thirdparty%2Fdhcpcd.git Fix compile --- diff --git a/ipv6rs.c b/ipv6rs.c index f70f360a..4a0af375 100644 --- a/ipv6rs.c +++ b/ipv6rs.c @@ -1049,7 +1049,7 @@ ipv6rs_drop(struct interface *ifp) int expired = 0; TAILQ_HEAD(, ipv6_addr) addrs; - eloop_timeout_delete(NULL, ifp); + delete_timeout(NULL, ifp); /* We need to drop routes before addresses * We do this by moving addresses to a local list, then building * the routes and finally adding the addresses back to a RA before