From: Mike Baker Date: Fri, 7 Jan 2005 07:02:37 +0000 (+0000) Subject: fix freebsd build X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=fff4d6eb1b827fe965a1878c2a68c8b4fc234756;p=15.05%2Fopenwrt.git fix freebsd build git-svn-id: svn://svn.openwrt.org/openwrt/trunk@192 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/obsolete-buildroot/sources/openwrt/tools/sstrip.c b/obsolete-buildroot/sources/openwrt/tools/sstrip.c index 1842f053c6..e820a44b88 100644 --- a/obsolete-buildroot/sources/openwrt/tools/sstrip.c +++ b/obsolete-buildroot/sources/openwrt/tools/sstrip.c @@ -59,8 +59,23 @@ #include #include #include +#ifdef __FreeBSD__ +/** + * This seems to work on FreeBSD 5.3, should + * work on all newer versions as well. I have + * no idea if it will work on versions < 5.3 + * + * Joe Estock (guru) + */ +#include +#define bswap_64 __bswap64 +#define bswap_32 __bswap32 +#define bswap_16 __bswap16 +#else #include #include +#endif /* defined(__FreeBSD__) */ + #ifndef TRUE #define TRUE 1