summaryrefslogtreecommitdiffstats
path: root/sbin
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2009-04-05 18:28:42 +0000
committerphk <phk@FreeBSD.org>2009-04-05 18:28:42 +0000
commit0f648d4cd080a2eb718fefcd01f0efdf43cca54d (patch)
tree8b6fae69843216e8b9d6e82f7a888245211fa560 /sbin
parenta72fffe774ed24be57a610b480ed765f15250f1b (diff)
downloadFreeBSD-src-0f648d4cd080a2eb718fefcd01f0efdf43cca54d.zip
FreeBSD-src-0f648d4cd080a2eb718fefcd01f0efdf43cca54d.tar.gz
Silence a printf warning
Diffstat (limited to 'sbin')
-rw-r--r--sbin/routed/input.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/routed/input.c b/sbin/routed/input.c
index ebeee28..8f8eefc 100644
--- a/sbin/routed/input.c
+++ b/sbin/routed/input.c
@@ -980,7 +980,7 @@ ck_passwd(struct interface *aifp,
"unknown MD5 RIPv2 auth len %#x"
" instead of %#x from %s",
NA->au.a_md5.md5_auth_len,
- RIP_AUTH_MD5_HASH_LEN,
+ (unsigned)RIP_AUTH_MD5_HASH_LEN,
naddr_ntoa(from));
if (na2->a_family != RIP_AF_AUTH)
msglim(use_authp, from,
OpenPOWER on IntegriCloud