changeset 991:39e8c099fd52 draft

Fix compile.
author Roy Marples <roy@marples.name>
date Tue, 16 Sep 2008 13:15:21 +0000
parents fc8bf2dc1c2d
children 04cbf8a229d3
files net.h
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/net.h	Tue Sep 16 10:02:14 2008 +0000
+++ b/net.h	Tue Sep 16 13:15:21 2008 +0000
@@ -113,9 +113,9 @@
 #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);