CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2009/11/10 16:55:12
Modified files: sys/dev/microcode/udl: build.c Log message: Use buffered fwrite(3) to build the udl Huffman table, rather than doing 131074 write(2)s. OK mglocker, deraadt.