CVSROOT: /cvs Module name: src Changes by: schwa...@cvs.openbsd.org 2016/10/20 10:12:14
Modified files: usr.bin/mandoc : dbm_map.c Log message: st_size is off_t, which is signed, so use %lld rather than %llu; noticed by Ed Maste when compiling on FreeBSD