pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/ethereal Remove attributes in prototype for unname...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/810d9723347d
branches:  trunk
changeset: 488442:810d9723347d
user:      salo <salo%pkgsrc.org@localhost>
date:      Mon Jan 31 22:53:54 2005 +0000

description:
Remove attributes in prototype for unnamed pointers.
ethereal svn version is laready fixed.

>From PR pkg/29065 by Greg A. Woods.

diffstat:

 net/ethereal/distinfo         |   3 ++-
 net/ethereal/patches/patch-aa |  13 +++++++++++++
 2 files changed, 15 insertions(+), 1 deletions(-)

diffs (27 lines):

diff -r 6718ab6b3266 -r 810d9723347d net/ethereal/distinfo
--- a/net/ethereal/distinfo     Mon Jan 31 21:41:06 2005 +0000
+++ b/net/ethereal/distinfo     Mon Jan 31 22:53:54 2005 +0000
@@ -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 -r 6718ab6b3266 -r 810d9723347d net/ethereal/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/ethereal/patches/patch-aa     Mon Jan 31 22:53:54 2005 +0000
@@ -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);



Home | Main Index | Thread Index | Old Index