pkgsrc/net/cmu-dhcpd/patches/patch-ag
2008-10-01 12:16:45 +00:00

17 lines
347 B
Text

$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