mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
net-libs/libnet: remove unused patch(es)
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
This commit is contained in:
committed by
Conrad Kostecki
parent
0bec45d198
commit
39ac22afd6
@@ -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 */
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user