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

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