mirror of the now-defunct rocklinux.org
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
442 B

  1. --- ./lib/x25_sr.c.orig 2006-03-17 15:05:41.000000000 +0100
  2. +++ ./lib/x25_sr.c 2006-03-17 15:05:51.000000000 +0100
  3. @@ -77,7 +77,7 @@
  4. rt.sigdigits=sigdigits;
  5. /* x25_route_struct.address isn't type struct sockaddr_x25, Why? */
  6. - memcpy(&rt.address, &sx25.sx25_addr, sizeof(x25_address));
  7. + memcpy(&rt.address, &sx25.sx25_addr, sizeof(struct x25_address));
  8. while (*args) {
  9. if (!strcmp(*args,"device") || !strcmp(*args,"dev")) {