From: Peter Chubb <peter@chubb.wattle.id.au>
To: linux-ia64@vger.kernel.org
Subject: [Linux-ia64] Minor patch to ppp_generic.c
Date: Fri, 14 Jun 2002 00:01:02 +0000 [thread overview]
Message-ID: <marc-linux-ia64-105590701905674@msgid-missing> (raw)
To compile ppp_generic.c, you need to attached patch, because the IA64
headers #define outl to be something that doesn't look like a label.
The `real' fix is probably to fix the outl definitions to avoid using
up namespace.
--- /tmp/geta376 Fri Jun 14 09:57:19 2002
+++ linux-2.5.18-patched/drivers/net/ppp_generic.c Fri Jun 14 09:54:49 2002
@@ -2437,7 +2437,7 @@
write_lock_bh(&pch->upl);
ret = -EINVAL;
if (pch->ppp != 0)
- goto outl;
+ goto out1;
ppp_lock(ppp);
if (pch->file.hdrlen > ppp->file.hdrlen)
@@ -2452,7 +2452,7 @@
ppp_unlock(ppp);
ret = 0;
- outl:
+ out1:
write_unlock_bh(&pch->upl);
out:
up(&all_ppp_sem);
reply other threads:[~2002-06-14 0:01 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=marc-linux-ia64-105590701905674@msgid-missing \
--to=peter@chubb.wattle.id.au \
--cc=linux-ia64@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.