summaryrefslogtreecommitdiff
path: root/lib/bfd.c
diff options
context:
space:
mode:
authorRenato Westphal <renatowestphal@gmail.com>2016-08-26 20:46:24 -0300
committerDonald Sharp <sharpd@cumulusnetwroks.com>2016-08-26 20:07:18 -0400
commitea8b7c71a7d5fd7f49cd4ffe60b065dd2058b45d (patch)
treed74138f39e9acaf14bb78a76a94309aa1ecc1423 /lib/bfd.c
parent4e851f1fa711946a7c8cea17ef41df76336881a9 (diff)
build/solaris: fix one error and a few warnings
Signed-off-by: Renato Westphal <renato@openbsd.org>
Diffstat (limited to 'lib/bfd.c')
-rw-r--r--lib/bfd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/bfd.c b/lib/bfd.c
index 2116fa5c1f..67a84c95f9 100644
--- a/lib/bfd.c
+++ b/lib/bfd.c
@@ -504,8 +504,8 @@ bfd_client_sendmsg (struct zclient *zclient, int command)
if (ret < 0)
{
if (bfd_debug)
- zlog_debug ("bfd_client_sendmsg %d: zclient_send_message() failed",
- getpid());
+ zlog_debug ("bfd_client_sendmsg %ld: zclient_send_message() failed",
+ (long) getpid());
return;
}