NetBSD/common
mrg 8c38a0de66 workaround a GCC 8 warning:
- code that will be unreachable on platforms with
  sizeof(double) != sizeof(unsigned long) triggered an valid out
  of bounds warning.  avoid the error by using sizeof ul.
- also assert that the sizes are the same if entering here.

both from kamil@.
2019-10-04 12:12:47 +00:00
..
dist/zlib
include get rid of caddr_t 2019-06-16 16:01:44 +00:00
lib workaround a GCC 8 warning: 2019-10-04 12:12:47 +00:00