]> git.pld-linux.org Git - packages/tcpdump.git/commitdiff
- fix for gcc-3.4.3 - dead code elimination
authorareq <areq@pld-linux.org>
Sat, 29 Jan 2005 17:09:14 +0000 (17:09 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    tcpdump-pcap_debug.patch -> 1.1

tcpdump-pcap_debug.patch [new file with mode: 0644]

diff --git a/tcpdump-pcap_debug.patch b/tcpdump-pcap_debug.patch
new file mode 100644 (file)
index 0000000..94c6e68
--- /dev/null
@@ -0,0 +1,21 @@
+diff -Nur tcpdump-3.8.3.org/configure tcpdump-3.8.3/configure
+--- tcpdump-3.8.3.org/configure        2004-03-28 23:06:09.000000000 +0200
++++ tcpdump-3.8.3/configure    2005-01-29 19:13:27.750571264 +0100
+@@ -8888,7 +8888,7 @@
+       return pcap_debug;
+ }
+-  ;
++  ; return_pcap_debug();
+   return 0;
+ }
+ _ACEOF
+@@ -8947,7 +8947,7 @@
+               return yydebug;
+       }
+-  ;
++  ; return_yydebug();
+   return 0;
+ }
+ _ACEOF
This page took 0.077383 seconds and 4 git commands to generate.