From 463397cf1e064185110fe57c568d73f99a06f5d1 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 17 Feb 2021 10:35:54 +0000 Subject: gentoo resync : 17.02.2021 --- .../nbtscan-1.5.1-includes-declarations.patch | 42 ---------------------- 1 file changed, 42 deletions(-) delete mode 100644 net-analyzer/nbtscan/files/nbtscan-1.5.1-includes-declarations.patch (limited to 'net-analyzer/nbtscan/files/nbtscan-1.5.1-includes-declarations.patch') diff --git a/net-analyzer/nbtscan/files/nbtscan-1.5.1-includes-declarations.patch b/net-analyzer/nbtscan/files/nbtscan-1.5.1-includes-declarations.patch deleted file mode 100644 index a585d4495fb5..000000000000 --- a/net-analyzer/nbtscan/files/nbtscan-1.5.1-includes-declarations.patch +++ /dev/null @@ -1,42 +0,0 @@ ---- a/list.h -+++ b/list.h -@@ -19,3 +19,5 @@ - int compare(struct list_item* item1, struct list_item* item2); - - int insert(struct list* lst, unsigned long content); -+ -+int in_list(struct list* lst, unsigned long content); ---- a/nbtscan.c -+++ b/nbtscan.c -@@ -5,6 +5,8 @@ - #include - #include - #include -+#include -+#include - #if HAVE_STDINT_H - #include - #endif ---- a/statusq.h -+++ b/statusq.h -@@ -103,4 +103,10 @@ - char* service_name; - } nb_service_t ; - -+char* getnbservicename(my_uint8_t service, int unique, char* name); -+ -+struct nb_host_info* parse_response(char* buff, int buffsize); -+ -+int send_query(int sock, struct in_addr dest_addr, my_uint32_t rtt_base); -+ - #endif /* STATUSQ_H */ ---- a/statusq.c -+++ b/statusq.c -@@ -29,6 +29,7 @@ - #include - #include "statusq.h" - #include -+#include - #include - #include - #include "errors.h" -- cgit v1.2.3