CVSROOT: /cvs Module name: src Changes by: t...@cvs.openbsd.org 2016/05/28 12:00:42
Modified files: sbin/fsck_msdos: main.c Log message: Another misplaced pledge disklabel that needs to be removed because of a DIOCGPDINFO that could be applied to a non-disk and thus cause a crash. After that ioctl, the program continues with pledge "stdio". ok beck semarie