Loading...
--- Libc/Libc-391/include/protocols/routed.h
+++ Libc/Libc-320.1.3/include/protocols/routed.h
@@ -73,9 +73,9 @@
};
struct rip {
- unsigned char rip_cmd; /* request/response */
- unsigned char rip_vers; /* protocol version # */
- unsigned char rip_res1[2]; /* pad to 32-bit boundary */
+ u_char rip_cmd; /* request/response */
+ u_char rip_vers; /* protocol version # */
+ u_char rip_res1[2]; /* pad to 32-bit boundary */
union {
struct netinfo ru_nets[1]; /* variable length... */
char ru_tracefile[1]; /* ditto ... */