]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Fix compilation issues for OpenBSD
authorMatthew Jordan <mjordan@digium.com>
Sun, 22 Mar 2015 23:04:53 +0000 (23:04 +0000)
committerMatthew Jordan <mjordan@digium.com>
Sun, 22 Mar 2015 23:04:53 +0000 (23:04 +0000)
commit08a88aab159b99588bf705e3e325813c07ae5d0f
treebd3daa36bd75e543525fad3d5daa90b4adb5960d
parent6ca98524bfc321c12398df5ed0cac6c7cad3c55c
Fix compilation issues for OpenBSD

This patch addresses compilation issues for OpenBSD. Specifically, it
addresses:
 * It allows including <sys/vmmeter.h> in asterisk.c
 * Provides a needed (size_t) cast in xmldoc.c

In 13+, it also addresses a conditional inclusion in loader.c.

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

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

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

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/13@433247 65c4cc65-6c06-0410-ace0-fbb531ad65f3
main/asterisk.c
main/loader.c
main/xmldoc.c