sort out yet more type issues

This commit is contained in:
Eric Andersen
2006-01-30 18:00:02 +00:00
parent 4bf31272ff
commit d78aea8b8e
6 changed files with 9 additions and 9 deletions

View File

@@ -30,7 +30,7 @@ void rtnl_close(struct rtnl_handle *rth)
int rtnl_open(struct rtnl_handle *rth, unsigned subscriptions)
{
int addr_len;
socklen_t addr_len;
memset(rth, 0, sizeof(rth));