All of lore.kernel.org
 help / color / mirror / Atom feed
From: Patrick McHardy <kaber@trash.net>
To: Herbert Xu <herbert@gondor.apana.org.au>
Cc: "David S. Miller" <davem@davemloft.net>,
	yoshfuji@linux-ipv6.org, kazunori@miyazawa.org,
	netdev@oss.sgi.com, usagi-core@linux-ipv6.org
Subject: Re: [IPSEC] Store idev entries
Date: Wed, 04 May 2005 03:20:11 +0200	[thread overview]
Message-ID: <4278234B.2080605@trash.net> (raw)
In-Reply-To: <20050504011204.GA19740@gondor.apana.org.au>

[-- Attachment #1: Type: text/plain, Size: 274 bytes --]

Herbert Xu wrote:
> Hmm, I wonder why I didn't see this.  Anyway, could you please add
> the include to addrconf.h instead?

Sure, I missed the includes below and thought users of the file were
supposed to include it first.

Signed-off-by: Patrick McHardy <kaber@trash.net>

[-- Attachment #2: x --]
[-- Type: text/plain, Size: 560 bytes --]

Index: include/net/addrconf.h
===================================================================
--- 591ce19741741438606ab75a45ac9f973cbb4787/include/net/addrconf.h  (mode:100644 sha1:f1e5af4be98e4a9cde314a5c1ceeaf3a61cf87ad)
+++ uncommitted/include/net/addrconf.h  (mode:100644)
@@ -17,6 +17,8 @@
 
 #define IPV6_MAX_ADDRESSES		16
 
+#include <linux/in6.h>
+
 struct prefix_info {
 	__u8			type;
 	__u8			length;
@@ -43,7 +45,6 @@
 
 #ifdef __KERNEL__
 
-#include <linux/in6.h>
 #include <linux/netdevice.h>
 #include <net/if_inet6.h>
 #include <net/ipv6.h>

  parent reply	other threads:[~2005-05-04  1:20 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-04-30  2:25 [PATCH][IPv6][IPsec] stop infinite loop Kazunori Miyazawa
2005-04-30  3:07 ` YOSHIFUJI Hideaki / 吉藤英明
2005-04-30  3:11   ` Herbert Xu
2005-04-30  8:23     ` [IPSEC] Store idev entries (was: [PATCH][IPv6][IPsec] stop infinite loop) Herbert Xu
2005-04-30 11:43       ` Herbert Xu
2005-05-03 23:26         ` David S. Miller
2005-05-04  0:46           ` Herbert Xu
2005-05-04  1:06           ` [IPSEC] Store idev entries Patrick McHardy
2005-05-04  1:12             ` Herbert Xu
2005-05-04  1:19               ` Herbert Xu
2005-05-04  1:23                 ` Patrick McHardy
2005-05-04  1:20               ` Patrick McHardy [this message]
2005-05-04  5:16                 ` David S. Miller

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=4278234B.2080605@trash.net \
    --to=kaber@trash.net \
    --cc=davem@davemloft.net \
    --cc=herbert@gondor.apana.org.au \
    --cc=kazunori@miyazawa.org \
    --cc=netdev@oss.sgi.com \
    --cc=usagi-core@linux-ipv6.org \
    --cc=yoshfuji@linux-ipv6.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.