summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2020-02-05 13:00:26 +0100
committerJeroen Roovers <jer@gentoo.org>2020-02-05 13:00:47 +0100
commitd94de70abf5b87fd5c3226f6a5030ca47fdf2ad4 (patch)
treed7f8b30702b576d83ff4c389bcc0a08d102ec225 /net-analyzer/nmap/files
parentnet-libs/libasr: bump to 1.0.4 and eapi 7 (diff)
downloadgentoo-d94de70abf5b87fd5c3226f6a5030ca47fdf2ad4.tar.gz
gentoo-d94de70abf5b87fd5c3226f6a5030ca47fdf2ad4.tar.bz2
gentoo-d94de70abf5b87fd5c3226f6a5030ca47fdf2ad4.zip
net-analyzer/nmap: Update patch
Package-Manager: Portage-2.3.87, Repoman-2.3.20 Signed-off-by: Jeroen Roovers <jer@gentoo.org>
Diffstat (limited to 'net-analyzer/nmap/files')
-rw-r--r--net-analyzer/nmap/files/nmap-9999-netutil-else.patch9
1 files changed, 0 insertions, 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 a96a04b7a87f..c9b3350d9865 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. */