CVSROOT: /cvs Module name: src Changes by: k...@cvs.openbsd.org 2012/07/26 18:21:17
Modified files: usr.bin/audioctl: audioctl.c Log message: Fix initializer botch introduced in r1.20 when 'oldval' field was added into middle of struct field (sic), without adding appropriate initializer values. Move field to end of struct and let 0 be it's value. Spotted and diff from David Julio.