Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 25465 | Differences between
and this patch

Collapse All | Expand All

(-)x25_sr.c.orig (-1 / +1 lines)
Lines 77-83 Link Here
77
  rt.sigdigits=sigdigits;
77
  rt.sigdigits=sigdigits;
78
78
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));
81
81
82
  while (*args) {
82
  while (*args) {
83
	if (!strcmp(*args,"device") || !strcmp(*args,"dev")) {
83
	if (!strcmp(*args,"device") || !strcmp(*args,"dev")) {

Return to bug 25465