1
0
mirror of https://git.openwrt.org/feed/packages.git synced 2024-06-14 19:33:59 +02:00
openwrt-packages/net/atftp/patches/01-missing-u_char-type-patch.patch
Rosen Penev 50e664e2e0 atftp: update to 0.7.4
Remove upstreamed patches. Refresh others.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-02-14 21:58:00 -08:00

12 lines
357 B
Diff

--- a/tftpd.h
+++ b/tftpd.h
@@ -47,7 +47,7 @@ struct thread_data {
char *mc_addr; /* multicast address */
struct sockaddr_storage sa_mcast;
union ip_mreq_storage mcastaddr;
- u_char mcast_ttl;
+ unsigned char mcast_ttl;
/*
* Self can read/write until client_ready is set. Then only allowed to read.