summaryrefslogtreecommitdiff
path: root/net/cmu-dhcpd/patches/patch-ag
blob: ed80f509dc413c22f840d400857718f4dceaee24 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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