CVSROOT: /cvs Module name: src Changes by: matt...@cvs.openbsd.org 2012/05/29 00:32:57
Modified files: sys/arch/sgi/stand/sgivol: sgivol.c Log message: When writing the new volume header to disk, write back the whole sector rather than just the bytes for the volume header itself. Silences the "sloppy I/O" warnings triggered by sgi's distrib scripts. tested and ok deraadt