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

@ -164,7 +164,7 @@ int get_addr_1(inet_prefix * addr, char *name, int family)
int get_prefix_1(inet_prefix * dst, char *arg, int family)
{
int err;
unsigned plen;
int plen;
char *slash;
memset(dst, 0, sizeof(*dst));