From 39ac22afd67301549f4606cf5fb3c249b58fc536 Mon Sep 17 00:00:00 2001 From: Michael Mair-Keimberger Date: Thu, 31 Oct 2024 19:48:10 +0100 Subject: [PATCH] net-libs/libnet: remove unused patch(es) Signed-off-by: Michael Mair-Keimberger Signed-off-by: Conrad Kostecki --- net-libs/libnet/files/libnet-1.2-int64_t.patch | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 net-libs/libnet/files/libnet-1.2-int64_t.patch diff --git a/net-libs/libnet/files/libnet-1.2-int64_t.patch b/net-libs/libnet/files/libnet-1.2-int64_t.patch deleted file mode 100644 index b0b968fc3325b..0000000000000 --- a/net-libs/libnet/files/libnet-1.2-int64_t.patch +++ /dev/null @@ -1,15 +0,0 @@ ---- a/include/libnet/libnet-structures.h -+++ b/include/libnet/libnet-structures.h -@@ -49,9 +49,9 @@ struct libnet_port_list_chain - /* libnet statistics structure */ - struct libnet_stats - { -- __int64_t packets_sent; /* packets sent */ -- __int64_t packet_errors; /* packets errors */ -- __int64_t bytes_written; /* bytes written */ -+ int64_t packets_sent; /* packets sent */ -+ int64_t packet_errors; /* packets errors */ -+ int64_t bytes_written; /* bytes written */ - }; - -