79 |
/* x25_route_struct.address isn't type struct sockaddr_x25, Why? */ |
79 |
/* x25_route_struct.address isn't type struct sockaddr_x25, Why? */ |
80 |
memcpy(&rt.address, &sx25.sx25_addr, sizeof(x25_address)); |
80 |
memcpy(&rt.address, &sx25.sx25_addr, sizeof(struct x25_address)); |
83 |
if (!strcmp(*args,"device") || !strcmp(*args,"dev")) { |
83 |
if (!strcmp(*args,"device") || !strcmp(*args,"dev")) { |