| fix-ifether-sysctl.patch | | Files affected: | include/linux/if_ether.h | 2 2 + 0 - 0 ! | 1 files changed, 2 insertions(+) | | Ben Dooks, Wed, 28 Sep 2005 14:07:52 +0100 diff -urN -X ../dontdiff linux-2.6.14-rc2-git5/include/linux/if_ether.h linux-2.6.14-rc2-git5-bjd1/include/linux/if_ether.h --- linux-2.6.14-rc2-git5/include/linux/if_ether.h 2005-09-25 15:18:43.000000000 +0100 +++ linux-2.6.14-rc2-git5-bjd1/include/linux/if_ether.h 2005-09-25 18:35:53.000000000 +0100 @@ -111,7 +111,9 @@ return (struct ethhdr *)skb->mac.raw; } +#ifdef CONFIG_SYSCTL extern struct ctl_table ether_table[]; #endif +#endif #endif /* _LINUX_IF_ETHER_H */