summaryrefslogtreecommitdiffstats
path: root/src/parpd.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/parpd.h')
-rw-r--r--src/parpd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/parpd.h b/src/parpd.h
index 87c0cfd..79182de 100644
--- a/src/parpd.h
+++ b/src/parpd.h
@@ -57,7 +57,7 @@ struct interface
{
rb_node_t rbtree;
char ifname[IF_NAMESIZE];
- int family;
+ sa_family_t family;
unsigned char hwaddr[HWADDR_LEN];
size_t hwlen;
int fd;