summaryrefslogtreecommitdiff
path: root/net/cmu-dhcpd/patches/patch-ag
diff options
context:
space:
mode:
Diffstat (limited to 'net/cmu-dhcpd/patches/patch-ag')
-rw-r--r--net/cmu-dhcpd/patches/patch-ag17
1 files changed, 17 insertions, 0 deletions
diff --git a/net/cmu-dhcpd/patches/patch-ag b/net/cmu-dhcpd/patches/patch-ag
new file mode 100644
index 00000000000..ed80f509dc4
--- /dev/null
+++ b/net/cmu-dhcpd/patches/patch-ag
@@ -0,0 +1,17 @@
+$NetBSD: patch-ag,v 1.1 2008/10/01 12:16:45 joerg Exp $
+
+--- getif.h.orig 2008-10-01 12:25:14.000000000 +0200
++++ getif.h
+@@ -1,5 +1,7 @@
+ /* getif.h */
+
++#ifndef getif_h
++#define getif_h
+ /* ANSI function prototypes or empty arg list? */
+ #ifdef __STDC__
+ #define P(args) args
+@@ -22,3 +24,4 @@ struct interface_addrs {
+ };
+
+ #undef P
++#endif