[asterisk-commits] jpeeler: branch 1.6.1 r146921 - in /branches/1.6.1: ./ include/asterisk/endian.h
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Mon Oct 6 18:03:05 CDT 2008
Author: jpeeler
Date: Mon Oct 6 18:03:05 2008
New Revision: 146921
URL: http://svn.digium.com/view/asterisk?view=rev&rev=146921
Log:
Merged revisions 146920 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk
........
r146920 | jpeeler | 2008-10-06 17:59:58 -0500 (Mon, 06 Oct 2008) | 2 lines
Mvanbaak said this was needed to compile on OpenBSD, so put it in the OpenBSD section.
........
Modified:
branches/1.6.1/ (props changed)
branches/1.6.1/include/asterisk/endian.h
Propchange: branches/1.6.1/
------------------------------------------------------------------------------
Binary property 'trunk-merged' - no diff available.
Modified: branches/1.6.1/include/asterisk/endian.h
URL: http://svn.digium.com/view/asterisk/branches/1.6.1/include/asterisk/endian.h?view=diff&rev=146921&r1=146920&r2=146921
==============================================================================
--- branches/1.6.1/include/asterisk/endian.h (original)
+++ branches/1.6.1/include/asterisk/endian.h Mon Oct 6 18:03:05 2008
@@ -27,12 +27,12 @@
* Autodetect system endianess
*/
-#include "asterisk/compat.h"
#ifndef __BYTE_ORDER
#ifdef __linux__
#include <endian.h>
#elif defined(__OpenBSD__) || defined(__FreeBSD__) || defined(__NetBSD__) || defined(__APPLE__)
+#include "asterisk/compat.h"
#include <machine/endian.h>
#define __BYTE_ORDER BYTE_ORDER
#define __LITTLE_ENDIAN LITTLE_ENDIAN
More information about the asterisk-commits
mailing list