public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Jeff Dike <jdike@addtoit.com>
To: Alan Menegotto <macnish@gmail.com>
Cc: linux-kernel@vger.kernel.org
Subject: Re: UML x86_86 Multicast Patch
Date: Fri, 2 Sep 2005 19:38:19 -0400	[thread overview]
Message-ID: <20050902233819.GA11819@ccure.user-mode-linux.org> (raw)
In-Reply-To: <1c699250050902155251c18bb5@mail.gmail.com>

On Fri, Sep 02, 2005 at 07:52:02PM -0300, Alan Menegotto wrote:
> 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>

Well, it passes my compile kernel phase, otherwise it would have been
fixed already.  But eliminating that include doesn't break anything
(as it can't, considering that inet.h is empty), so this is applied,
thanks.

				Jeff

      reply	other threads:[~2005-09-03  0:19 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-09-02 22:52 UML x86_86 Multicast Patch Alan Menegotto
2005-09-02 23:38 ` Jeff Dike [this message]

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=20050902233819.GA11819@ccure.user-mode-linux.org \
    --to=jdike@addtoit.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=macnish@gmail.com \
    /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