CVSROOT: /cvs Module name: src Changes by: schwa...@cvs.openbsd.org 2013/06/01 21:35:21
Modified files: usr.bin/mandoc : read.c Log message: Sync with bsd.lv, reshuffling the code a bit among mparse_readfd() and mparse_parse_buffer(), no functional change intended. Exclude the following from the sync: - Skip the mparse_readmem() function, it's useless in OpenBSD. - Thus, UNCONST isn't used, so no need for "main.h" and <stdint.h>. - Skip HAVE_CONFIG_H (always off here) and HAVE_MMAP (always on here).