From 2a3d20f1d6b34beeda4f32efb40223cf191da3f8 Mon Sep 17 00:00:00 2001 From: areq Date: Sat, 29 Jan 2005 17:09:14 +0000 Subject: [PATCH] - fix for gcc-3.4.3 - dead code elimination Changed files: tcpdump-pcap_debug.patch -> 1.1 --- tcpdump-pcap_debug.patch | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 tcpdump-pcap_debug.patch diff --git a/tcpdump-pcap_debug.patch b/tcpdump-pcap_debug.patch new file mode 100644 index 0000000..94c6e68 --- /dev/null +++ b/tcpdump-pcap_debug.patch @@ -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 -- 2.44.0