[asterisk-commits] mvanbaak: branch 1.6.0 r147900 - in /branches/1.6.0: ./ include/asterisk/
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Thu Oct 9 12:51:25 CDT 2008
Author: mvanbaak
Date: Thu Oct 9 12:51:25 2008
New Revision: 147900
URL: http://svn.digium.com/view/asterisk?view=rev&rev=147900
Log:
Merged revisions 147899 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk
........
r147899 | mvanbaak | 2008-10-09 19:48:53 +0200 (Thu, 09 Oct 2008) | 5 lines
only include this for OpenBSD. At least FreeBSD is borked when including it
(closes issue #13649)
Reported by: ys
........
Modified:
branches/1.6.0/ (props changed)
branches/1.6.0/include/asterisk/endian.h
Propchange: branches/1.6.0/
------------------------------------------------------------------------------
Binary property 'trunk-merged' - no diff available.
Modified: branches/1.6.0/include/asterisk/endian.h
URL: http://svn.digium.com/view/asterisk/branches/1.6.0/include/asterisk/endian.h?view=diff&rev=147900&r1=147899&r2=147900
==============================================================================
--- branches/1.6.0/include/asterisk/endian.h (original)
+++ branches/1.6.0/include/asterisk/endian.h Thu Oct 9 12:51:25 2008
@@ -32,7 +32,9 @@
#ifdef __linux__
#include <endian.h>
#elif defined(__OpenBSD__) || defined(__FreeBSD__) || defined(__NetBSD__) || defined(__APPLE__)
+#if defined(__OpenBSD__)
#include "asterisk/compat.h"
+#endif
#include <machine/endian.h>
#define __BYTE_ORDER BYTE_ORDER
#define __LITTLE_ENDIAN LITTLE_ENDIAN
More information about the asterisk-commits
mailing list