BSD portability enhancements (bug #234)

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1486 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Mark Spencer
2003-09-08 16:48:07 +00:00
parent 1e19f72077
commit 479a67e629
35 changed files with 93 additions and 62 deletions

View File

@@ -309,8 +309,8 @@ void ast_sched_dump(struct sched_context *con)
q->id,
q->callback,
q->data,
s,
ms);
(long)s,
(long)ms);
q=q->next;
}
ast_log(LOG_DEBUG, "=================================================\n");