mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
net-analyzer/nmap: remove unused patch
Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/16293 Signed-off-by: Aaron Bauman <bman@gentoo.org>
This commit is contained in:
committed by
Aaron Bauman
parent
eb5c95d3aa
commit
b0167a38dd
@@ -1,40 +0,0 @@
|
||||
--- a/nmap_error.cc
|
||||
+++ b/nmap_error.cc
|
||||
@@ -135,6 +135,7 @@
|
||||
#include "xml.h"
|
||||
|
||||
#include <errno.h>
|
||||
+#include <time.h>
|
||||
|
||||
extern NmapOps o;
|
||||
|
||||
--- a/nmap.cc
|
||||
+++ b/nmap.cc
|
||||
@@ -161,6 +161,7 @@
|
||||
#endif
|
||||
|
||||
#include <fcntl.h>
|
||||
+#include <time.h>
|
||||
|
||||
#ifdef HAVE_PWD_H
|
||||
#include <pwd.h>
|
||||
--- a/osscan2.cc
|
||||
+++ b/osscan2.cc
|
||||
@@ -147,6 +147,7 @@
|
||||
|
||||
#include <list>
|
||||
#include <math.h>
|
||||
+#include <time.h>
|
||||
|
||||
extern NmapOps o;
|
||||
#ifdef WIN32
|
||||
--- a/output.cc
|
||||
+++ b/output.cc
|
||||
@@ -153,6 +153,7 @@
|
||||
#include "libnetutil/netutil.h"
|
||||
|
||||
#include <math.h>
|
||||
+#include <time.h>
|
||||
|
||||
#include <set>
|
||||
#include <vector>
|
||||
Reference in New Issue
Block a user