From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 41D42138350 for ; Wed, 5 Feb 2020 12:00:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 62951E09E1; Wed, 5 Feb 2020 12:00:52 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3E51FE09E1 for ; Wed, 5 Feb 2020 12:00:52 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DBEFF34E790 for ; Wed, 5 Feb 2020 12:00:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6B82FB0 for ; Wed, 5 Feb 2020 12:00:49 +0000 (UTC) From: "Jeroen Roovers" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jeroen Roovers" Message-ID: <1580904047.d94de70abf5b87fd5c3226f6a5030ca47fdf2ad4.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/nmap/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/nmap/files/nmap-9999-netutil-else.patch X-VCS-Directories: net-analyzer/nmap/files/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: d94de70abf5b87fd5c3226f6a5030ca47fdf2ad4 X-VCS-Branch: master Date: Wed, 5 Feb 2020 12:00:49 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 7d47f364-9202-48c9-8140-604f4d607a60 X-Archives-Hash: df600788eedc948aa7682461157da1a0 commit: d94de70abf5b87fd5c3226f6a5030ca47fdf2ad4 Author: Jeroen Roovers gentoo org> AuthorDate: Wed Feb 5 12:00:26 2020 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Wed Feb 5 12:00:47 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d94de70a net-analyzer/nmap: Update patch Package-Manager: Portage-2.3.87, Repoman-2.3.20 Signed-off-by: Jeroen Roovers gentoo.org> net-analyzer/nmap/files/nmap-9999-netutil-else.patch | 9 --------- 1 file changed, 9 deletions(-) diff --git a/net-analyzer/nmap/files/nmap-9999-netutil-else.patch b/net-analyzer/nmap/files/nmap-9999-netutil-else.patch index a96a04b7a87..c9b3350d986 100644 --- a/net-analyzer/nmap/files/nmap-9999-netutil-else.patch +++ b/net-analyzer/nmap/files/nmap-9999-netutil-else.patch @@ -9,12 +9,3 @@ /* TCP Flags */ p = tflags; -@@ -2633,7 +2633,7 @@ const char *ippackethdrinfo(const u8 *packet, u32 len, int detail) { - (tcpoptinfo[0]!='\0') ? " " : "", - tcpoptinfo, ipinfo); - } -- } else{ -+ } else { - /* If the packet does not fall into any other category, then we have a - really screwed-up packet. */ - /* This ought to be unreachable; if static analysis flags it as such, delete it. */