public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Willy Tarreau <willy@w.ods.org>
To: "David S. Miller" <davem@redhat.com>
Cc: Willy TARREAU <willy@w.ods.org>,
	marcelo.tosatti@cyclades.com, andersen@codepoet.org,
	linux-kernel@vger.kernel.org
Subject: Re: iproute2 not compiling anymore
Date: Fri, 10 Oct 2003 08:50:49 +0200	[thread overview]
Message-ID: <20031010065049.GA6655@alpha.home.local> (raw)
In-Reply-To: <20031009224535.73a936e4.davem@redhat.com>

Hi David,

On Thu, Oct 09, 2003 at 10:45:35PM -0700, David S. Miller wrote:
> On Fri, 10 Oct 2003 02:13:52 +0200
> Willy TARREAU <willy@w.ods.org> wrote:
> 
> > I'm too tired to investigate more, so I should do it tomorrow. Here is the
> > compilation output, just in case it helps David. Please ask for .config if
> > needed, but I don't think so.
> 
> I know what's wrong, linux/in.h needs to include linux/socket.h
> Duh, I'll fix this up.

You're right, it now compiles. Here's the patch :

diff -urN linux-2.4.23-pre7/include/linux/in.h linux-2.4.23-pre7-fix/include/linux/in.h
--- linux-2.4.23-pre7/include/linux/in.h	Fri Oct 10 08:47:15 2003
+++ linux-2.4.23-pre7-fix/include/linux/in.h	Fri Oct 10 08:49:20 2003
@@ -19,6 +19,7 @@
 #define _LINUX_IN_H
 
 #include <linux/types.h>
+#include <linux/socket.h>
 
 /* Standard well-defined IP protocols.  */
 enum {

  reply	other threads:[~2003-10-10  6:51 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-10-05 12:42 iproute2 not compiling anymore Marcelo Tosatti
2003-10-05 13:00 ` Willy TARREAU
2003-10-05 14:11   ` David S. Miller
2003-10-05 14:30     ` Mr. James W. Laferriere
2003-10-05 14:37       ` David S. Miller
2003-10-05 14:41         ` Mr. James W. Laferriere
2003-10-09 13:52   ` Marcelo Tosatti
2003-10-10  0:13     ` Willy TARREAU
2003-10-10  5:45       ` David S. Miller
2003-10-10  6:50         ` Willy Tarreau [this message]
2003-10-05 19:59 ` Erik Andersen

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=20031010065049.GA6655@alpha.home.local \
    --to=willy@w.ods.org \
    --cc=andersen@codepoet.org \
    --cc=davem@redhat.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=marcelo.tosatti@cyclades.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