From: Roy Marples Date: Thu, 3 Dec 2015 20:43:41 +0000 (+0000) Subject: Fix compile without IPv6. X-Git-Tag: v6.10.0~51 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4830bb6222467790d84211714f22c5098aa87d7f;p=thirdparty%2Fdhcpcd.git Fix compile without IPv6. --- diff --git a/dhcp6.h b/dhcp6.h index 60719e6f..8135d115 100644 --- 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)