CVSROOT: /cvs Module name: src Changes by: k...@cvs.openbsd.org 2015/09/27 06:29:21
Modified files: sys/arch/hppa/hppa: disksubr.c sys/arch/hppa64/hppa64: disksubr.c Log message: Eliminate unneeded 2nd buf (dbp). One is enough for any i/o needed during disklabel processing. Especially when the 2nd one was not asking for a disk sector worth of buffer space. ok kettenis@