]> git.ipfire.org Git - thirdparty/dhcpcd.git/commitdiff
Fix compile with IPv6 disabled.
authorRoy Marples <roy@marples.name>
Fri, 30 Jan 2015 10:05:21 +0000 (10:05 +0000)
committerRoy Marples <roy@marples.name>
Fri, 30 Jan 2015 10:05:21 +0000 (10:05 +0000)
ipv6.h

diff --git a/ipv6.h b/ipv6.h
index 5b480f45b4ce3e475644bdadfe622b38a09978eb..a8461856540acfe3f02167311130f4c3d99ca6b9 100644 (file)
--- a/ipv6.h
+++ b/ipv6.h
@@ -264,6 +264,7 @@ void ipv6_buildroutes(struct dhcpcd_ctx *);
 #define ipv6_free(a) {}
 #define ipv6_drop(a) {}
 #define ipv6_ctxfree(a) {}
+#define ipv6_gentempifid(a) {}
 #endif
 
 #endif