]> git.ipfire.org Git - thirdparty/dhcpcd.git/commitdiff
Fix compile without IPv6.
authorRoy Marples <roy@marples.name>
Thu, 3 Dec 2015 20:43:41 +0000 (20:43 +0000)
committerRoy Marples <roy@marples.name>
Thu, 3 Dec 2015 20:43:41 +0000 (20:43 +0000)
dhcp6.h

diff --git a/dhcp6.h b/dhcp6.h
index 60719e6fd0d151ceae2c23e7c8ac483fbce1d81c..8135d11572f62623acc93f65564c9df4ff09353a 100644 (file)
--- a/dhcp6.h
+++ b/dhcp6.h
@@ -254,6 +254,7 @@ int dhcp6_dump(struct interface *);
 #define dhcp6_find_delegates(a) {}
 #define dhcp6_start(a, b) (0)
 #define dhcp6_reboot(a) {}
+#define dhcp6_renew(a) {}
 #define dhcp6_env(a, b, c, d, e) {}
 #define dhcp6_free(a) {}
 #define dhcp6_dadcompleted(a) (0)