All of lore.kernel.org
 help / color / mirror / Atom feed
From: mikeb1@t-online.de (Michael Berger)
To: Cal Peake <cp@absolutedigital.net>, linux-kernel@vger.kernel.org
Subject: Re: Compile error in kernel 2.6.10-bk3 in file slhc.c
Date: Fri, 31 Dec 2004 13:52:51 +0100	[thread overview]
Message-ID: <41D54BA3.70403@t-online.de> (raw)
In-Reply-To: <Pine.LNX.4.61.0412310614320.6599@lancer.cnet.absolutedigital.net>

Cal Peake wrote:

>On Fri, 31 Dec 2004, Ikke wrote:
>
>  
>
>>Could you point me to the patch please?
>>    
>>
>
>at:
>
>http://linux.bkbits.net:8080/linux-2.5/cset@1.2082?nav=index.html|ChangeSet@-1d
>
>and below.
>
>-- Cal
>
># This is a BitKeeper generated diff -Nru style patch.
>#
># ChangeSet
>#   2004/12/30 15:21:16-08:00 acme@conectiva.com.br 
>#   [PATCH] Fix net/core/sock.o build failure
>#   
>#   This fixes a build failure that happens when you don't select IPV6.
>#   
>#   Signed-off-by: Linus Torvalds <torvalds@osdl.org>
># 
># include/linux/ipv6.h
>#   2004/12/29 14:22:45-08:00 acme@conectiva.com.br +1 -1
>#   Fix net/core/sock.o build failure
># 
>diff -Nru a/include/linux/ipv6.h b/include/linux/ipv6.h
>--- a/include/linux/ipv6.h	2004-12-31 03:15:16 -08:00
>+++ b/include/linux/ipv6.h	2004-12-31 03:15:16 -08:00
>@@ -273,6 +273,7 @@
> 	struct ipv6_pinfo inet6;
> };
> 
>+#if defined(CONFIG_IPV6) || defined(CONFIG_IPV6_MODULE)
> static inline struct ipv6_pinfo * inet6_sk(const struct sock *__sk)
> {
> 	return inet_sk(__sk)->pinet6;
>@@ -283,7 +284,6 @@
> 	return &((struct raw6_sock *)__sk)->raw6;
> }
> 
>-#if defined(CONFIG_IPV6) || defined(CONFIG_IPV6_MODULE)
> #define __ipv6_only_sock(sk)	(inet6_sk(sk)->ipv6only)
> #define ipv6_only_sock(sk)	((sk)->sk_family == PF_INET6 && __ipv6_only_sock(sk))
> #else
>
>  
>
Dear Cal

Thank you. I already received the same patch and found it also posted at 
the LKML. Kernel 2.6.10-bk3 is up now for 17+ hours.

Good work LKML

--Michael

  reply	other threads:[~2004-12-31 12:54 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <3hbOM-43L-21@gated-at.bofh.it>
2004-12-31  7:32 ` Compile error in kernel 2.6.10-bk3 in file slhc.c Michael Berger
2004-12-31 10:57   ` Ikke
2004-12-31 11:17     ` Cal Peake
2004-12-31 12:52       ` Michael Berger [this message]
2004-12-30 16:50 Michael Berger

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=41D54BA3.70403@t-online.de \
    --to=mikeb1@t-online.de \
    --cc=cp@absolutedigital.net \
    --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 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.