]> git.ipfire.org Git - thirdparty/dhcpcd.git/commitdiff
Fix compile on BSD.
authorRoy Marples <roy@marples.name>
Sat, 4 Oct 2014 10:19:00 +0000 (10:19 +0000)
committerRoy Marples <roy@marples.name>
Sat, 4 Oct 2014 10:19:00 +0000 (10:19 +0000)
dev.h

diff --git a/dev.h b/dev.h
index 9aba16052b675cfd11d7cf1e585e2d35152c3181..efc3387250177bf9e77dce4ad628d8d2804d655f 100644 (file)
--- a/dev.h
+++ b/dev.h
@@ -54,7 +54,7 @@ void dev_stop(struct dhcpcd_ctx *);
 #define dev_initialized(a, b) (1)
 #define dev_listening(a) (0)
 #define dev_start(a) {}
-#define dev_stop(a, b) {}
+#define dev_stop(a) {}
 #endif
 
 #endif