K 10 svn:author V 6 rlibby K 8 svn:date V 27 2020-12-30T01:15:09.164599Z K 7 svn:log V 500 [libnetmap] Fix 32 bit compilation under gcc-6.4 Use uintptr_t to cast a uint64_t to a pointer type. Yeah, it isn't technically correct for platforms with pointers > 64 bits, but it's fine here. This fixes 32 bit compat library builds on amd64 and also mips32 builds. Reviewed by: imp Differential Revision: https://reviews.freebsd.org/D26790 (cherry picked from commit 26c29e743bbdbb82762540f72d4bc449bae2e092) Git Hash: 0286ee71041c8b831aeb1abe75b9d4f555c88a97 Git Author: adrian@FreeBSD.org END