]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Fix compilations errors on 64-bit OpenBSD systems
authorMatthew Jordan <mjordan@digium.com>
Sun, 22 Mar 2015 23:58:23 +0000 (23:58 +0000)
committerMatthew Jordan <mjordan@digium.com>
Sun, 22 Mar 2015 23:58:23 +0000 (23:58 +0000)
commita3fe43fbdc89aa51e266360dc93ed4a4445bebdb
treecaff43dd70af497468c3bb248d26b6c25727ae7f
parent08a88aab159b99588bf705e3e325813c07ae5d0f
Fix compilations errors on 64-bit OpenBSD systems

In versiong 5.5, OpenBSD went to 64-bit time values. This requires a cast to
(long) when printing members of certain time structs.

Review: https://reviewboard.asterisk.org/r/4507

ASTERISK-24879 #close
Reported by: snuffy
Tested by: snuffy
patches:
  openbsd-time64.diff uploaded by snuffy (License 5024)
........

Merged revisions 433268 from http://svn.asterisk.org/svn/asterisk/branches/11

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/13@433269 65c4cc65-6c06-0410-ace0-fbb531ad65f3
apps/app_queue.c
funcs/func_cdr.c
main/cdr.c
main/cli.c
main/manager.c
main/rtp_engine.c