summaryrefslogtreecommitdiffstats
path: root/kernel/linux/include/linux
diff options
context:
space:
mode:
authorBart De Schuymer <bdschuym@pandora.be>2002-07-26 12:47:33 +0000
committerBart De Schuymer <bdschuym@pandora.be>2002-07-26 12:47:33 +0000
commitc1363220fd7b8ae147ae823d5d6db02aba4c1f62 (patch)
tree609602df03cc082c92814b3e6f2c15f9b01035a2 /kernel/linux/include/linux
parent14162f779c5b11149432e454af08b1c5e8ecf711 (diff)
bugfix
Diffstat (limited to 'kernel/linux/include/linux')
-rw-r--r--kernel/linux/include/linux/netfilter_bridge/ebtables.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/kernel/linux/include/linux/netfilter_bridge/ebtables.h b/kernel/linux/include/linux/netfilter_bridge/ebtables.h
index 7d11194..ef7f2d4 100644
--- a/kernel/linux/include/linux/netfilter_bridge/ebtables.h
+++ b/kernel/linux/include/linux/netfilter_bridge/ebtables.h
@@ -144,10 +144,10 @@ struct ebt_entry {
char out[IFNAMSIZ];
// the logical out-dev
char logical_out[IFNAMSIZ];
- char sourcemac[ETH_ALEN];
- char sourcemsk[ETH_ALEN];
- char destmac[ETH_ALEN];
- char destmsk[ETH_ALEN];
+ unsigned char sourcemac[ETH_ALEN];
+ unsigned char sourcemsk[ETH_ALEN];
+ unsigned char destmac[ETH_ALEN];
+ unsigned char destmsk[ETH_ALEN];
// sizeof ebt_entry + matches
unsigned int watchers_offset;
// sizeof ebt_entry + matches + watchers