| Server IP : 82.208.35.60 / Your IP : 216.73.217.116 Web Server : Apache/2.4.55 (FreeBSD) OpenSSL/1.1.1q-freebsd PHP/7.3.31 System : FreeBSD server7.d2m.cz 12.4-RELEASE-p9 FreeBSD 12.4-RELEASE-p9 GENERIC amd64 User : studiokobylisy_cz ( 1008) PHP Version : 7.3.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /usr/ports/math/teyjus/files/ |
Upload File : |
--- source/include/standardlib.h.orig 2019-12-02 05:46:28 UTC +++ source/include/standardlib.h @@ -79,9 +79,9 @@ typedef unsigned __int64 u_int64_t; # include <unistd.h> # include <sys/endian.h> // Use the functions from byteorder(3) -# define bswap_16(x) swap16(x) -# define bswap_32(x) swap32(x) -# define bswap_64(x) swap64(x) +# define bswap_16(x) bswap16(x) +# define bswap_32(x) bswap32(x) +# define bswap_64(x) bswap64(x) // __WORDSIZE is non-standard and should be inferred otherhow # if defined(__x86_64__) || defined(__amd64__) || defined(__LP64__) # define __WORDSIZE 64