CVSROOT: /cvs Module name: src Changes by: sema...@cvs.openbsd.org 2015/10/15 09:11:10
Modified files: distrib/special/fsck_ext2fs: Makefile distrib/special/fsck_ffs: Makefile sbin/fsck_ext2fs: setup.c sbin/fsck_ffs : setup.c Log message: corrects pledge code for fsck_ffs and fsck_ext2fs on filesystem error, fsck will try to display username of inode, resulting need of "getpw" for not SMALL version. add a missed (?) -DSMALL in distrib/special/ for fsck_ffs and fsck_ext2fs found by hard way by ajacoutot@ OK millert@