Gentoo Archives: gentoo-commits

From: "Anthony G. Basile" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/musl:master commit in: net-analyzer/wireshark/files/
Date: Thu, 08 Feb 2018 21:51:31
Message-Id: 1518126670.5671e71700933b27761147dc65c2f6a74ab6bb7c.blueness@gentoo
1 commit: 5671e71700933b27761147dc65c2f6a74ab6bb7c
2 Author: Dan Robertson <danlrobertson89 <AT> gmail <DOT> com>
3 AuthorDate: Tue Feb 6 13:06:31 2018 +0000
4 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
5 CommitDate: Thu Feb 8 21:51:10 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/musl.git/commit/?id=5671e717
7
8 net-analyzer/wireshark: patch same as upstream
9
10 Make the patch the same as what is in the upstream project.
11
12 net-analyzer/wireshark/files/wireshark-includes-fix-musl.patch | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/net-analyzer/wireshark/files/wireshark-includes-fix-musl.patch b/net-analyzer/wireshark/files/wireshark-includes-fix-musl.patch
16 index 097e989..d00cac4 100644
17 --- a/net-analyzer/wireshark/files/wireshark-includes-fix-musl.patch
18 +++ b/net-analyzer/wireshark/files/wireshark-includes-fix-musl.patch
19 @@ -6,8 +6,8 @@ index 44cc24e1db..1310e37e61 100644
20 #include <unistd.h>
21 #endif
22
23 -+#ifdef HAVE_SYS_TYPES_H
24 -+ #include <sys/types.h>
25 ++#ifdef HAVE_SYS_TIME_H
26 ++ #include <sys/time.h>
27 +#endif
28 +
29 #ifdef HAVE_ARPA_INET_H