heimdal: Fix a format error on FreeBSD10
Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
This commit is contained in:

committed by
Nicolas Williams

parent
56bcd356d8
commit
ba26fa5502
@@ -233,7 +233,7 @@ eval_parent(pid_t pid)
|
|||||||
c->str, c->lineno);
|
c->str, c->lineno);
|
||||||
else if (alarmset)
|
else if (alarmset)
|
||||||
errx(1, "got a signal %d waiting for %s (line %u)",
|
errx(1, "got a signal %d waiting for %s (line %u)",
|
||||||
alarmset, c->str, c->lineno);
|
(int)alarmset, c->str, c->lineno);
|
||||||
if (sret <= 0)
|
if (sret <= 0)
|
||||||
errx(1, "end command while waiting for %s (line %u)",
|
errx(1, "end command while waiting for %s (line %u)",
|
||||||
c->str, c->lineno);
|
c->str, c->lineno);
|
||||||
|
Reference in New Issue
Block a user