summaryrefslogtreecommitdiff
path: root/iftop.c
diff options
context:
space:
mode:
Diffstat (limited to 'iftop.c')
-rw-r--r--iftop.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/iftop.c b/iftop.c
index f9875c9..032df61 100644
--- a/iftop.c
+++ b/iftop.c
@@ -55,7 +55,7 @@
/* ethernet address of interface. */
int have_hw_addr = 0;
-char if_hw_addr[6];
+u_int8_t if_hw_addr[6];
/* IP address of interface */
int have_ip_addr = 0;