projects
/
openwrt.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
lua: Fixed some cross-platform issues for PPC (and probably other architectures)
[openwrt.git]
/
target
/
linux
/
pxa
/
patches
/
004-skbuf_hack.patch
1
--- linux-2.6.17/include/linux/skbuff.h 2006-09-20 16:13:42.000000000 -0700
2
+++ linux-2.6.17-patched/include/linux/skbuff.h 2006-09-20 16:14:29.000000000 -0700
3
@@ -239,6 +239,7 @@
4
} nh;
5
6
union {
7
+ struct ethhdr *ethernet;
8
unsigned char *raw;
9
} mac;
10
This page took
0.040123 seconds
and
5
git commands to generate.