corrects pledge code for fsck_ffs and fsck_ext2fs
authorsemarie <semarie@openbsd.org>
Thu, 15 Oct 2015 15:11:10 +0000 (15:11 +0000)
committersemarie <semarie@openbsd.org>
Thu, 15 Oct 2015 15:11:10 +0000 (15:11 +0000)
commitf0426f3aee93beb87ad41c44f4167b5aeb05c9a6
tree8cd28250a6f84eff4cc9dcaf06c0aa02b25a0a93
parent2588bfb3e901197f31d61136c8493ef18b076978
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@
distrib/special/fsck_ext2fs/Makefile
distrib/special/fsck_ffs/Makefile
sbin/fsck_ext2fs/setup.c
sbin/fsck_ffs/setup.c