]> git.ipfire.org Git - thirdparty/dhcpcd.git/commitdiff
Fix compile without IPv4
authorRoy Marples <roy@marples.name>
Wed, 23 Apr 2014 14:07:32 +0000 (14:07 +0000)
committerRoy Marples <roy@marples.name>
Wed, 23 Apr 2014 14:07:32 +0000 (14:07 +0000)
dhcp.h

diff --git a/dhcp.h b/dhcp.h
index 0458097ff71bf16f874fb3513ea77860e380e68b..365daefffdbb826295696b3acf5720509ca8fd1b 100644 (file)
--- a/dhcp.h
+++ b/dhcp.h
@@ -294,7 +294,7 @@ int dhcp_dump(struct dhcpcd_ctx *, const char *);
 #define dhcp_reboot_newopts(a, b)
 #define dhcp_close(a)
 #define dhcp_free(a)
-#define dhcp_dump(a) -1
+#define dhcp_dump(a, b) -1
 #endif
 
 #endif