CVSROOT: /cvs Module name: src Changes by: k...@cvs.openbsd.org 2015/08/12 16:37:32
Modified files: sys/dev : flash.c sys/kern : subr_disk.c Log message: Remove last two 'uses' of d_subtype in tree. No point in setting it to 0 immediately after a bzero() of the entire label. Nor in swapping endianness since nobody looks at it. Don't touch the actual field in disklabel. Yet. ok deraadt@ as part of larger diff that needs splitting up.