004-skbuf_hack.patch 267 B

12345678910
  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. union {
  6. + struct ethhdr *ethernet;
  7. unsigned char *raw;
  8. } mac;