Loading...
--- Libc/Libc-320/include/arpa/tftp.h
+++ Libc/Libc-262.3.2/include/arpa/tftp.h
@@ -75,10 +75,10 @@
#define ERROR 05 /* error code */
struct tftphdr {
- unsigned short th_opcode; /* packet type */
+ short th_opcode; /* packet type */
union {
- unsigned short tu_block; /* block # */
- unsigned short tu_code; /* error code */
+ short tu_block; /* block # */
+ short tu_code; /* error code */
char tu_stuff[1]; /* request packet stuff */
} th_u;
char th_data[1]; /* data or error string */