Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 128712

Summary: little error in kernel 2.6.15-gentoo-r1/net/core/skbuff.c:459
Product: Gentoo Linux Reporter: texai <ernestex>
Component: [OLD] Core systemAssignee: Gentoo Kernel Bug Wranglers and Kernel Maintainers <kernel>
Status: RESOLVED INVALID    
Severity: normal    
Priority: Normal    
Version: 2006.0   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description texai 2006-04-03 15:47:32 UTC
little error in kernel 2.6.15-gentoo-r1/net/core/skbuff.c:459

wrong:
static woid copy_skb_header(struct sk_buff *new, const struct sk_buff *old)

correct:
static void copy_skb_header(struct sk_buff *new, const struct sk_buff *old)



Ernesto Anaya Ruiz  (aka)  texai
ernestex@gmail.com    bytexs.com
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2006-04-03 15:51:01 UTC
This is fixed in 2.6.16 at least...
Comment 2 Daniel Drake (RETIRED) gentoo-dev 2006-04-06 22:10:24 UTC
I think you either have applied a bad patch, or accidently modified "void" to "woid", or have some filesystem corruption.
If you can reproduce this after rm -rf'ing your complete kernel tree and re-merging, please reopen.