summaryrefslogtreecommitdiffstats
path: root/net/avahi-app/files/patch-avahi-autoipd_main.c
blob: f67ed7a2a89d53d6d23b0880017d89f5838d6558 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- avahi-autoipd/main.c.orig   2007-12-19 15:22:16.000000000 +0000
+++ avahi-autoipd/main.c    2007-12-19 15:23:39.000000000 +0000
@@ -64,8 +64,8 @@
 #include <pcap.h>
 
 /* Old versions of PCAP defined it as D_IN */
-#ifndef PCAP_D_IN
-#define PCAP_D_IN D_IN
+#ifndef D_IN
+#define D_IN PCAP_D_IN
 #endif
 
 #endif