diff options
author | Rene Ladan <rene@FreeBSD.org> | 2025-09-02 22:08:36 +0200 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2025-09-02 22:08:36 +0200 |
commit | 09cd226424555cc1885245e94dd2d33958aa396d (patch) | |
tree | c066de888da399463868cbff6d6b0ff6a492c763 /net-mgmt/nagcon/files/patch-utils.cpp | |
parent | security/libu2f-host: Remove expired port (diff) |
net-mgmt/nagcon: Remove expired port
2025-07-31 net-mgmt/nagcon: Obsolete, only supports legacy versions of Nagios
Diffstat (limited to 'net-mgmt/nagcon/files/patch-utils.cpp')
-rw-r--r-- | net-mgmt/nagcon/files/patch-utils.cpp | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/net-mgmt/nagcon/files/patch-utils.cpp b/net-mgmt/nagcon/files/patch-utils.cpp deleted file mode 100644 index d4be5394379a..000000000000 --- a/net-mgmt/nagcon/files/patch-utils.cpp +++ /dev/null @@ -1,12 +0,0 @@ ---- utils.cpp.orig 2017-12-27 12:07:16 UTC -+++ utils.cpp -@@ -10,6 +10,9 @@ - #include <netdb.h> - #include <sys/types.h> - #include <sys/socket.h> -+#include <arpa/inet.h> -+#include <netinet/in.h> -+#include <strfunc.h> - extern "C" { - #include "error.h" - } |