mirror of
https://git.freebsd.org/ports.git
synced 2025-06-28 16:10:33 -04:00
including many wireless routers from many vendors. The utilities are collected and maintained by the OpenWrt router project. WWW: http://www.openwrt.org/ PR: ports/163537 Submitted by: Stefan Bethke <stb@lassitu.de> Feature safe: yes
13 lines
267 B
C
13 lines
267 B
C
diff --git a/trx.c b/trx.c
|
|
index 8e95d98..765f83c 100644
|
|
--- trx.c
|
|
+++ trx.c
|
|
@@ -51,6 +51,8 @@
|
|
#include <errno.h>
|
|
#include <unistd.h>
|
|
|
|
+#include "freebsd.h"
|
|
+
|
|
#if __BYTE_ORDER == __BIG_ENDIAN
|
|
#define STORE32_LE(X) bswap_32(X)
|
|
#define LOAD32_LE(X) bswap_32(X)
|