diff options
Diffstat (limited to 'net-analyzer/hping/files/bytesex.h.patch')
-rw-r--r-- | net-analyzer/hping/files/bytesex.h.patch | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-analyzer/hping/files/bytesex.h.patch b/net-analyzer/hping/files/bytesex.h.patch index 65e88896d3d1..26ee54ee1266 100644 --- a/net-analyzer/hping/files/bytesex.h.patch +++ b/net-analyzer/hping/files/bytesex.h.patch @@ -1,11 +1,12 @@ diff -uNr hping2-rc3.orig/bytesex.h hping2-rc3/bytesex.h --- hping2-rc3.orig/bytesex.h 2004-07-29 15:46:47.572596272 +0000 +++ hping2-rc3/bytesex.h 2004-07-29 15:48:14.557372576 +0000 -@@ -9,11 +9,13 @@ +@@ -9,11 +9,14 @@ #if defined(__i386__) \ || defined(__alpha__) \ + || defined(__x86_64__) \ ++ || defined(__ia64__) \ || (defined(__mips__) && (defined(MIPSEL) || defined (__MIPSEL__))) #define BYTE_ORDER_LITTLE_ENDIAN #elif defined(__mc68000__) \ |