CVSROOT: /cvs Module name: src Changes by: schwa...@cvs.openbsd.org 2017/08/26 06:59:13
Modified files: usr.bin/mandoc : mandocdb.c Log message: No need to fork and exec rm(1) -rf, we know that we have exactly one file and exactly one directory to remove. While here, increase the size of the buffer such that the file name actually fits. Minus 17 lines of code, no functional change. Opportunity for simplification reported by George Brown <321 dot george at gmail dot com> on misc@.