[svn-commits] mvanbaak: branch 1.6.1 r147901 - in /branches/1.6.1: ./ include/asterisk/

SVN commits to the Digium repositories svn-commits at lists.digium.com
Thu Oct 9 12:54:05 CDT 2008


Author: mvanbaak
Date: Thu Oct  9 12:54:05 2008
New Revision: 147901

URL: http://svn.digium.com/view/asterisk?view=rev&rev=147901
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.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=147901&r1=147900&r2=147901
==============================================================================
--- branches/1.6.1/include/asterisk/endian.h (original)
+++ branches/1.6.1/include/asterisk/endian.h Thu Oct  9 12:54:05 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 svn-commits mailing list