You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

11 lines
357 B

--- 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.