Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 128712 - little error in kernel 2.6.15-gentoo-r1/net/core/skbuff.c:459
Summary: little error in kernel 2.6.15-gentoo-r1/net/core/skbuff.c:459
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: x86 Linux
: Normal normal (vote)
Assignee: Gentoo Kernel Bug Wranglers and Kernel Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-04-03 15:47 UTC by texai
Modified: 2006-04-06 22:10 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.