]> git.pld-linux.org Git - packages/tcpdump.git/blob - tcpdump-pcap_debug.patch
- new, from gentoo
[packages/tcpdump.git] / tcpdump-pcap_debug.patch
1 diff -Nur tcpdump-3.8.3.org/configure tcpdump-3.8.3/configure
2 --- tcpdump-3.8.3.org/configure 2004-03-28 23:06:09.000000000 +0200
3 +++ tcpdump-3.8.3/configure     2005-01-29 19:13:27.750571264 +0100
4 @@ -8888,7 +8888,7 @@
5         return pcap_debug;
6  }
7  
8 -  ;
9 +  ; return_pcap_debug();
10    return 0;
11  }
12  _ACEOF
13 @@ -8947,7 +8947,7 @@
14                 return yydebug;
15         }
16  
17 -  ;
18 +  ; return_yydebug();
19    return 0;
20  }
21  _ACEOF
This page took 0.070791 seconds and 3 git commands to generate.