]> git.pld-linux.org Git - packages/tcpdump.git/blob - tcpdump-pcap_debug.patch
- TODO security
[packages/tcpdump.git] / tcpdump-pcap_debug.patch
1 --- tcpdump-3.8.3.orig/configure        2005-05-12 17:11:22.000000000 +0000
2 +++ tcpdump-3.8.3/configure     2005-05-12 17:12:36.000000000 +0000
3 @@ -8879,18 +8879,9 @@
4  int
5  main ()
6  {
7 -
8 -int
9 -return_pcap_debug(void)
10 -{
11         extern int pcap_debug;
12 -
13         return pcap_debug;
14  }
15 -
16 -  ;
17 -  return 0;
18 -}
19  _ACEOF
20  rm -f conftest.$ac_objext conftest$ac_exeext
21  if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
22 @@ -8938,17 +8929,8 @@
23  int
24  main ()
25  {
26 -
27 -       int
28 -       return_yydebug(void)
29 -       {
30                 extern int yydebug;
31 -
32                 return yydebug;
33 -       }
34 -
35 -  ;
36 -  return 0;
37  }
38  _ACEOF
39  rm -f conftest.$ac_objext conftest$ac_exeext
This page took 0.215151 seconds and 3 git commands to generate.