wok-current annotate irda-utils/stuff/irda-utils-SIOCGSTAMP.patch @ rev 25785
Mass rebuild after bump to glibc 2.31, add epson printer and scanner package
author | Stanislas Leduc <shann@slitaz.org> |
---|---|
date | Tue Jul 15 20:40:17 2025 +0000 (3 months ago) |
parents | |
children |
rev | line source |
---|---|
shann@25785 | 1 https://bugs.gentoo.org/692428 |
shann@25785 | 2 --- a/irdadump/irdadump.c |
shann@25785 | 3 +++ b/irdadump/irdadump.c |
shann@25785 | 4 @@ -27,6 +27,7 @@ |
shann@25785 | 5 #include <sys/types.h> |
shann@25785 | 6 #include <sys/time.h> |
shann@25785 | 7 #include <sys/ioctl.h> |
shann@25785 | 8 +#include <linux/sockios.h> /* SIOCGSTAMP */ |
shann@25785 | 9 |
shann@25785 | 10 #include <net/if_arp.h> |
shann@25785 | 11 #include <net/if_packet.h> |