summaryrefslogtreecommitdiff
path: root/net/wireshark/patches/patch-ba
diff options
context:
space:
mode:
Diffstat (limited to 'net/wireshark/patches/patch-ba')
-rw-r--r--net/wireshark/patches/patch-ba15
1 files changed, 0 insertions, 15 deletions
diff --git a/net/wireshark/patches/patch-ba b/net/wireshark/patches/patch-ba
deleted file mode 100644
index 78b40ed384f..00000000000
--- a/net/wireshark/patches/patch-ba
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD: patch-ba,v 1.2 2011/07/20 18:42:45 tron Exp $
-
-Avoid conflict with NetBSD's popcount(3).
-
---- epan/dissectors/packet-x11.c.orig 2011-07-18 21:18:26.000000000 +0100
-+++ epan/dissectors/packet-x11.c 2011-07-20 19:03:27.000000000 +0100
-@@ -3044,7 +3044,7 @@
- g_hash_table_insert(reply_table, (gpointer)name, (gpointer)reply_info);
- }
-
--static int popcount(unsigned int mask)
-+static int my_popcount(unsigned int mask)
- {
- #if (__GNUC__ > 3 || (__GNUC__ == 3 && __GNUC_MINOR__ >= 4))
- /* GCC 3.4 or newer */