summaryrefslogtreecommitdiff
path: root/ldpd/logmsg.c
diff options
context:
space:
mode:
Diffstat (limited to 'ldpd/logmsg.c')
-rw-r--r--ldpd/logmsg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ldpd/logmsg.c b/ldpd/logmsg.c
index a9b066a3da..2c9fbf0dae 100644
--- a/ldpd/logmsg.c
+++ b/ldpd/logmsg.c
@@ -59,7 +59,7 @@ log_in6addr(const struct in6_addr *addr)
}
const char *
-log_in6addr_scope(const struct in6_addr *addr, unsigned int ifindex)
+log_in6addr_scope(const struct in6_addr *addr, ifindex_t ifindex)
{
struct sockaddr_in6 sa_in6;