commit: d94de70abf5b87fd5c3226f6a5030ca47fdf2ad4
Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 5 12:00:26 2020 +0000
Commit: Jeroen Roovers <jer <AT> gentoo <DOT> 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 <jer <AT> 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. */