summaryrefslogtreecommitdiff
path: root/net/ethereal/patches
diff options
context:
space:
mode:
authorsalo <salo>2005-01-31 22:53:54 +0000
committersalo <salo>2005-01-31 22:53:54 +0000
commit4899caf62eadff47369a5fa4876a7d1d3d55bb51 (patch)
treeedfed90f5cb181270104f9e9bfc5b3e5090f69ec /net/ethereal/patches
parenta4d3d5bda88c994b5d9706fab274441891d5e2c2 (diff)
downloadpkgsrc-4899caf62eadff47369a5fa4876a7d1d3d55bb51.tar.gz
Remove attributes in prototype for unnamed pointers.
ethereal svn version is laready fixed. From PR pkg/29065 by Greg A. Woods.
Diffstat (limited to 'net/ethereal/patches')
-rw-r--r--net/ethereal/patches/patch-aa13
1 files changed, 13 insertions, 0 deletions
diff --git a/net/ethereal/patches/patch-aa b/net/ethereal/patches/patch-aa
new file mode 100644
index 00000000000..1692865eb5e
--- /dev/null
+++ b/net/ethereal/patches/patch-aa
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.11 2005/01/31 22:53:54 salo Exp $
+
+--- plugins/mate/mate.h.orig 2005-01-18 03:39:21.000000000 +0100
++++ plugins/mate/mate.h 2005-01-29 23:25:43.000000000 +0100
+@@ -324,7 +324,7 @@
+ extern void initialize_mate_runtime(void);
+ extern mate_pdu* mate_get_pdus(guint32 framenum);
+ extern void mate_analyze_frame(packet_info *pinfo, proto_tree* tree);
+-extern int mate_packet(void* _U_, packet_info* _U_, epan_dissect_t* _U_,const void* _U_);
++extern int mate_packet(void*, packet_info*, epan_dissect_t*,const void*);
+
+ /* from mate_setup.c */
+ extern mate_config* mate_make_config(guint8* filename);