aboutsummaryrefslogtreecommitdiffstats
path: root/debian/patches/07_gcc4.dpatch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/07_gcc4.dpatch')
-rw-r--r--debian/patches/07_gcc4.dpatch20
1 files changed, 20 insertions, 0 deletions
diff --git a/debian/patches/07_gcc4.dpatch b/debian/patches/07_gcc4.dpatch
index 47c41cdad7..c67c36029b 100644
--- a/debian/patches/07_gcc4.dpatch
+++ b/debian/patches/07_gcc4.dpatch
@@ -5,6 +5,26 @@
## DP: No description.
@DPATCH@
+diff -urNad --exclude=CVS --exclude=.svn ./epan/dissectors/packet-cmip.c /tmp/dpep-work.5KBC28/wireshark-0.10.11/epan/dissectors/packet-cmip.c
+--- ./epan/dissectors/packet-cmip.c 2005-07-17 18:52:24.000000000 +0200
++++ /tmp/dpep-work.5KBC28/wireshark-0.10.11/epan/dissectors/packet-cmip.c 2005-07-17 18:53:53.000000000 +0200
+@@ -1895,7 +1895,8 @@
+ return offset;
+ }
+
+-
++int
++dissect_cmip_InvokeIDType(gboolean implicit_tag _U_, tvbuff_t *tvb, int offset, packet_info *pinfo _U_, proto_tree *tree, int hf_index _U_);
+
+ static int
+ dissect_cmip_Argument(gboolean implicit_tag _U_, tvbuff_t *tvb, int offset, packet_info *pinfo _U_, proto_tree *tree, int hf_index _U_) {
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 07_gcc4.dpatch by <fpeters@debian.org>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: No description.
+
+@DPATCH@
diff -urNad --exclude=CVS --exclude=.svn ./epan/dissectors/packet-cmip.c /tmp/dpep-work.5KBC28/ethereal-0.10.11/epan/dissectors/packet-cmip.c
--- ./epan/dissectors/packet-cmip.c 2005-07-17 18:52:24.000000000 +0200
+++ /tmp/dpep-work.5KBC28/ethereal-0.10.11/epan/dissectors/packet-cmip.c 2005-07-17 18:53:53.000000000 +0200