CVSROOT: /cvs Module name: src Changes by: j...@cvs.openbsd.org 2012/11/10 16:36:52
Modified files: sys/dev/isa : spkr.c Log message: use boolean_t not bool for a local boolean type so this won't clash with a c99 style bool type. ok millert@ deraadt@