[Asterisk-cvs] libpri pri_q921.h,1.10,1.11
markster at lists.digium.com
markster at lists.digium.com
Wed Oct 27 16:14:00 CDT 2004
- Previous message: [Asterisk-cvs] asterisk/channels chan_h323.c,1.85,1.86
- Next message: [Asterisk-cvs] libpri Makefile, 1.11, 1.12 libpri.h, 1.34,
1.35 pri.c, 1.26, 1.27 pri_internal.h, 1.12, 1.13 q931.c, 1.89, 1.90
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /usr/cvsroot/libpri
In directory mongoose.digium.com:/tmp/cvs-serv10016
Modified Files:
pri_q921.h
Log Message:
Fix endian for FreeBSD (bug #2679)
Index: pri_q921.h
===================================================================
RCS file: /usr/cvsroot/libpri/pri_q921.h,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- pri_q921.h 2 Oct 2004 14:55:20 -0000 1.10
+++ pri_q921.h 27 Oct 2004 20:17:17 -0000 1.11
@@ -30,6 +30,9 @@
#include <endian.h>
#elif defined(__FreeBSD__)
#include <sys/endian.h>
+#define __BYTE_ORDER _BYTE_ORDER
+#define __BIG_ENDIAN _BIG_ENDIAN
+#define __LITTLE_ENDIAN _LITTLE_ENDIAN
#endif
/* Timer values */
- Previous message: [Asterisk-cvs] asterisk/channels chan_h323.c,1.85,1.86
- Next message: [Asterisk-cvs] libpri Makefile, 1.11, 1.12 libpri.h, 1.34,
1.35 pri.c, 1.26, 1.27 pri_internal.h, 1.12, 1.13 q931.c, 1.89, 1.90
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the svn-commits
mailing list