diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2024-10-31 19:48:10 +0100 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2024-11-02 13:05:36 +0100 |
commit | 39ac22afd67301549f4606cf5fb3c249b58fc536 (patch) | |
tree | f837c5278c9ae0e4593b1206bfa6d844c2ef6f60 /net-libs | |
parent | net-im/dino: remove unused patches (diff) | |
download | gentoo-39ac22afd67301549f4606cf5fb3c249b58fc536.tar.gz gentoo-39ac22afd67301549f4606cf5fb3c249b58fc536.tar.bz2 gentoo-39ac22afd67301549f4606cf5fb3c249b58fc536.zip |
net-libs/libnet: remove unused patch(es)
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/libnet/files/libnet-1.2-int64_t.patch | 15 |
1 files changed, 0 insertions, 15 deletions
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 b0b968fc3325..000000000000 --- 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 */ - }; - - |