CVSROOT: /cvs Module name: src Changes by: bl...@cvs.openbsd.org 2016/10/09 17:49:54
Modified files: sys/msdosfs : msdosfs_vfsops.c Log message: Do not check the SecPerTrack field of the BPB when mounting a MSDOS file system. In modern images the field is not set properly and the value is not used anyway. FreeBSD has removed the check already in 2008. >From Alexander von Gernler; OK krw@