diff options
Diffstat (limited to 'sys/net/if_llatbl.c')
-rw-r--r-- | sys/net/if_llatbl.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/net/if_llatbl.c b/sys/net/if_llatbl.c index 5992f6d..f52f9ff 100644 --- a/sys/net/if_llatbl.c +++ b/sys/net/if_llatbl.c @@ -111,13 +111,13 @@ llentry_free(struct llentry *lle) /* * Update an llentry for address dst (equivalent to rtalloc for new-arp) - * Caller must pass in a valid struct llentry * + * Caller must pass in a valid struct llentry * (or NULL) * * if found the llentry * is returned referenced and unlocked */ int llentry_update(struct llentry **llep, struct lltable *lt, - struct sockaddr *dst, struct ifnet *ifp) + struct sockaddr_storage *dst, struct ifnet *ifp) { struct llentry *la; |