diff options
| author | Renato Westphal <renatowestphal@gmail.com> | 2016-08-26 20:46:24 -0300 |
|---|---|---|
| committer | Donald Sharp <sharpd@cumulusnetwroks.com> | 2016-08-26 20:07:18 -0400 |
| commit | ea8b7c71a7d5fd7f49cd4ffe60b065dd2058b45d (patch) | |
| tree | d74138f39e9acaf14bb78a76a94309aa1ecc1423 /lib/bfd.c | |
| parent | 4e851f1fa711946a7c8cea17ef41df76336881a9 (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.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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; } |
