diff options
Diffstat (limited to 'security/hping')
-rw-r--r-- | security/hping/files/patch-bytesex.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/security/hping/files/patch-bytesex.h b/security/hping/files/patch-bytesex.h new file mode 100644 index 000000000000..4566ea972334 --- /dev/null +++ b/security/hping/files/patch-bytesex.h @@ -0,0 +1,13 @@ + +$FreeBSD$ + +--- bytesex.h.orig Sun May 30 00:12:35 2004 ++++ bytesex.h Sun May 30 00:15:29 2004 +@@ -12,6 +12,7 @@ + || (defined(__mips__) && (defined(MIPSEL) || defined (__MIPSEL__))) + #define BYTE_ORDER_LITTLE_ENDIAN + #elif defined(__mc68000__) \ ++ || defined (__amd64__) \ + || defined (__sparc__) \ + || defined (__sparc) \ + || defined (__PPC__) \ |