[Asterisk-cvs] asterisk aesopt.h,1.4,1.5

markster at lists.digium.com markster at lists.digium.com
Tue May 4 21:47:41 CDT 2004


Update of /usr/cvsroot/asterisk
In directory mongoose.digium.com:/tmp/cvs-serv31667

Modified Files:
	aesopt.h 
Log Message:
Qualify that SIP INFO stuff is real (bug #1558)


Index: aesopt.h
===================================================================
RCS file: /usr/cvsroot/asterisk/aesopt.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- aesopt.h	19 Apr 2004 08:11:51 -0000	1.4
+++ aesopt.h	5 May 2004 01:56:03 -0000	1.5
@@ -158,7 +158,9 @@
 #  include <machine/endian.h>
 #elif defined( __GNUC__ ) || defined( __GNU_LIBRARY__ )
 #  include <endian.h>
+#if !defined(__APPLE__)
 #  include <byteswap.h>
+#endif
 #elif defined( linux )
 #  include <endian.h>
 #endif




More information about the svn-commits mailing list