From: Alan Menegotto <macnish@gmail.com>
To: linux-kernel@vger.kernel.org
Subject: UML x86_86 Multicast Patch
Date: Fri, 2 Sep 2005 19:52:02 -0300 [thread overview]
Message-ID: <1c699250050902155251c18bb5@mail.gmail.com> (raw)
Just a silly error.
In mcast_user.c from /usr/src/linux-2.6.13/arch/um/drivers when
multicast is enabled it cannot pass the "compile kernel" phase. The
following patch should fix the error. Please correct me if I'm wrong.
====================================================
--- /tmp/mcast_user.c 2005-09-03 19:59:15.000000000 -0300
+++ mcast_user.c 2005-09-03 19:59:32.000000000 -0300
@@ -13,7 +13,7 @@
#include <errno.h>
#include <unistd.h>
-#include <linux/inet.h>
+//#include <linux/inet.h>
#include <sys/socket.h>
#include <sys/un.h>
#include <sys/time.h>
--
Alan Menegotto
next reply other threads:[~2005-09-02 22:52 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-09-02 22:52 Alan Menegotto [this message]
2005-09-02 23:38 ` UML x86_86 Multicast Patch Jeff Dike
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=1c699250050902155251c18bb5@mail.gmail.com \
--to=macnish@gmail.com \
--cc=linux-kernel@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox