From e3cceb7a2986d24aa6de89fd4481f79eba1a1e51 Mon Sep 17 00:00:00 2001 From: Bart De Schuymer Date: Fri, 26 Jul 2002 12:47:33 +0000 Subject: bugfix --- include/ebtables_u.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'include/ebtables_u.h') diff --git a/include/ebtables_u.h b/include/ebtables_u.h index 09b7e58..fa34e18 100644 --- a/include/ebtables_u.h +++ b/include/ebtables_u.h @@ -101,10 +101,10 @@ struct ebt_u_entry char logical_in[IFNAMSIZ]; char out[IFNAMSIZ]; 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]; struct ebt_u_match_list *m_list; struct ebt_u_watcher_list *w_list; struct ebt_entry_target *t; -- cgit v1.2.3