]> git.ipfire.org Git - thirdparty/dhcpcd.git/commitdiff
Fix compile
authorRoy Marples <roy@marples.name>
Wed, 14 Nov 2012 10:46:38 +0000 (10:46 +0000)
committerRoy Marples <roy@marples.name>
Wed, 14 Nov 2012 10:46:38 +0000 (10:46 +0000)
ipv6rs.c

index f70f360a299aee3605b1b75265635800c72aa9de..4a0af3750a6d2f3fd143bdba13ead104e870d03d 100644 (file)
--- 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