]> git.ipfire.org Git - thirdparty/dhcpcd.git/commitdiff
Fix compile.
authorRoy Marples <roy@marples.name>
Tue, 16 Sep 2008 13:15:21 +0000 (13:15 +0000)
committerRoy Marples <roy@marples.name>
Tue, 16 Sep 2008 13:15:21 +0000 (13:15 +0000)
net.h

diff --git a/net.h b/net.h
index 43cd650ce512d8f0f0656d3c234fa48a258541a8..5750349a3101243fd2c5d942d8af162d13dd6a46 100644 (file)
--- a/net.h
+++ b/net.h
@@ -113,9 +113,9 @@ int if_address(const struct interface *,
 #define del_address(iface, addr, net) \
        if_address(iface, addr, net, NULL, -1)
 #define has_address(iface, addr, net) \
-       do_interface(iface, NULL, 0, NULL, addr, net, 0)
+       do_interface(iface, NULL, NULL, 0, NULL, addr, net, 0)
 #define get_address(iface, addr, net) \
-       do_interface(iface, NULL, 0, NULL, addr, net, 1)
+       do_interface(iface, NULL, NULL, 0, NULL, addr, net, 1)
 
 int if_route(const struct interface *, const struct in_addr *,
             const struct in_addr *, const struct in_addr *, int, int);