* fix to sdla_fr.c
@ 2002-05-29 11:39 Juan Quintela
2002-05-29 11:44 ` Francois Romieu
0 siblings, 1 reply; 2+ messages in thread
From: Juan Quintela @ 2002-05-29 11:39 UTC (permalink / raw)
To: Marcelo Tosatti, lkml, ncorbic
Hi
this has been broken since -pre8.
Could you apply, it appears to be a MIME thing, or similar.
For some reason, there was some s/%u/%U/.
Please, apply.
Later, Juan.
diff -u linux/drivers/net/wan/sdla_fr.c.orig linux/drivers/net/wan/sdla_fr.c
--- linux/drivers/net/wan/sdla_fr.c.orig 2002-05-07 15:14:29.000000000 +0200
+++ linux/drivers/net/wan/sdla_fr.c 2002-05-07 15:17:52.000000000 +0200
@@ -2815,7 +2815,7 @@
chan->name, NIPQUAD(chan->ip_remote));
}else {
- printk(KERN_INFO "%s: Route Added Successfully: %u.%u.%u.%U\n",
+ printk(KERN_INFO "%s: Route Added Successfully: %u.%u.%u.%u\n",
card->devname,NIPQUAD(chan->ip_remote));
chan->route_flag = ROUTE_ADDED;
}
@@ -4348,9 +4348,9 @@
card->devname,NIPQUAD(arphdr->ar_sip));
printk(KERN_INFO "%s: mask %u.%u.%u.%u\n",
- card->devname, NIPQUAD(in_dev->ida_list->ifa_mask));
+ card->devname, NIPQUAD(in_dev->ifa_list->ifa_mask));
printk(KERN_INFO "%s: local %u.%u.%u.%u\n",
- card->devname,NIPQUAD(in_dev->ida_list->ifa_local));
+ card->devname,NIPQUAD(in_dev->ifa_list->ifa_local));
return -1;
}
--
In theory, practice and theory are the same, but in practice they
are different -- Larry McVoy
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: fix to sdla_fr.c
2002-05-29 11:39 fix to sdla_fr.c Juan Quintela
@ 2002-05-29 11:44 ` Francois Romieu
0 siblings, 0 replies; 2+ messages in thread
From: Francois Romieu @ 2002-05-29 11:44 UTC (permalink / raw)
To: Juan Quintela; +Cc: Marcelo Tosatti, lkml, ncorbic
Greetings,
Juan Quintela <quintela@mandrakesoft.com> :
[...]
> this has been broken since -pre8.
> Could you apply, it appears to be a MIME thing, or similar.
It's broken in 2.5.x too, please Cc: trivial@rustcorp.com.au.
NIPQUAD conversion victim imho.
--
Ueimor
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2002-05-29 11:45 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-05-29 11:39 fix to sdla_fr.c Juan Quintela
2002-05-29 11:44 ` Francois Romieu
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.