CVSROOT: /cvs Module name: src Changes by: [email protected] 2016/03/14 14:30:34
Modified files:
sbin/newfs_ext2fs: extern.h mke2fs.c newfs_ext2fs.c
Log message:
Replace an ad-hoc implementation of opendev(), with said function and
open the device only once with the correct flags, instead of twice (one
file handle for reading and one for writing). Committing this at once
because the changes are interrelated.
ok stefan
