aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/test-betoh64.c
Commit message (Collapse)AuthorAgeFilesLines
* DragonFly needs explicit #include <sys/endian.h> to use be64toh(),Ingo Schwarze2013-10-021-0/+2
| | | | | while most other systems include that indirectly via <sys/types.h>. Reported by Franco Fichtner <franco at lastsummer dot de>.
* Final tweaks for the release candidate:Ingo Schwarze2013-09-291-0/+16
* Test for betoh64(), otherwise use be64toh(). * In the Makefile, improve the explanation of STATIC. * Update VERSION and VDATE.