diff options
author | salo <salo@pkgsrc.org> | 2005-01-31 22:53:54 +0000 |
---|---|---|
committer | salo <salo@pkgsrc.org> | 2005-01-31 22:53:54 +0000 |
commit | 49d26fc7a3ad8f9007c3b4570a28cfe52c3d4831 (patch) | |
tree | edfed90f5cb181270104f9e9bfc5b3e5090f69ec /net/ethereal | |
parent | 1a88be6cfdb4da1b93357a51a49328589b961103 (diff) | |
download | pkgsrc-49d26fc7a3ad8f9007c3b4570a28cfe52c3d4831.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')
-rw-r--r-- | net/ethereal/distinfo | 3 | ||||
-rw-r--r-- | net/ethereal/patches/patch-aa | 13 |
2 files changed, 15 insertions, 1 deletions
diff --git a/net/ethereal/distinfo b/net/ethereal/distinfo index 177c0dd77ae..0c1d1bf54f9 100644 --- a/net/ethereal/distinfo +++ b/net/ethereal/distinfo @@ -1,4 +1,5 @@ -$NetBSD: distinfo,v 1.32 2005/01/21 00:33:24 salo Exp $ +$NetBSD: distinfo,v 1.33 2005/01/31 22:53:54 salo Exp $ SHA1 (ethereal-0.10.9.tar.bz2) = fc27a93f4c19dcc4278968b376e0b33e7d756998 Size (ethereal-0.10.9.tar.bz2) = 5499000 bytes +SHA1 (patch-aa) = 2ae499f52047ef84ba30403fce535cc2084e7539 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); |