search for: _byte_order

Displaying 4 results from an estimated 4 matches for "_byte_order".

Did you mean: byte_order
2012 Jan 05
0
[LLVMdev] [PATCH] [compiler-rt] Minix (w.r.t. svn r147606)
...copy) @@ -36,7 +36,7 @@ /* .. */ -#if defined(__FreeBSD__) || defined(__NetBSD__) || defined(__OpenBSD__) || defined(__DragonflyBSD__) +#if defined(__FreeBSD__) || defined(__NetBSD__) || defined(__OpenBSD__) || defined(__DragonflyBSD__) || defined(__minix) #include <sys/endian.h> #if _BYTE_ORDER == _BIG_ENDIAN Index: lib/int_endianness.h =================================================================== --- lib/int_endianness.h (revision 147606) +++ lib/int_endianness.h (working copy) @@ -31,7 +31,7 @@ /* .. */ -#if defined(__FreeBSD__) || defined(__NetBSD__) || defined(__OpenBSD__)...
2012 Jun 13
0
[LLVMdev] [Patch] compiler-rt lib/int_endianness.h
...ed(__NetBSD__) || defined(__OpenBSD__) || defined(__DragonFly__) || defined(__minix) -#include <sys/endian.h> +#if defined(__FreeBSD__) || defined(__NetBSD__) || defined(__OpenBSD__) || defined(__DragonFly__) || defined(__minix) || defined(__Bitrig__) +#include <machine/endian.h> #if _BYTE_ORDER == _BIG_ENDIAN #define _YUGA_LITTLE_ENDIAN 0
2009 Mar 18
1
Can't compile rtmpdump source
Hello! I can't compile rtmpdump source on FreeBSD: http://sourceforge.net/projects/rtmpdump/ I obtain the following output: # gmake g++ -Wall -c -o bytes.o bytes.cpp In file included from bytes.cpp:25: bytes.h:37:20: endian.h: No such file or directory bytes.h:38:22: byteswap.h: No such file or directory bytes.h:45:2: #error "Undefined byte and float word order!" bytes.cpp:
2006 Aug 30
30
Testing for the 4.4p1 release
Hi, The 4.4p1 release is approaching now, so we are now asking people to actively test snapshots or CVS and report back to the mailing list. Snapshots are available from http://www.mindrot.org/openssh_snap or from any of the mirrors listed on http://www.openssh.org/portable.html The latter page also includes instructions for checking out portable OpenSSH via anonymous CVS. This release