All of lore.kernel.org
 help / color / mirror / Atom feed
* ppp_generic labels
@ 2001-01-06  4:51 William Lee Irwin III
  0 siblings, 0 replies; only message in thread
From: William Lee Irwin III @ 2001-01-06  4:51 UTC (permalink / raw)
  To: linux-kernel

In certain situations, it's possible for one of the jump labels in
drivers/net/ppp_generic.c to get mangled by a macro, causing a failure
in compilation. The following patch ameliorates this somewhat:


diff -r -N linux/drivers/net/ppp_generic.c linux.wli/drivers/net/ppp_generic.c
2345c2345
< 		goto outw;
---
> 		goto ppp_outw;
2364c2364
<  outw:
---
>  ppp_outw:

Many of the jump labels therein also appear nameclash prone; I'm
tempted to prefix them all with "ppp_". If this is only a symptom of a
deeper problem, and should not be done, my apologies for the bandwidth.

Cheers,
Bill
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2001-01-06  4:52 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-01-06  4:51 ppp_generic labels William Lee Irwin III

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.