CVSROOT: /cvs Module name: src Changes by: b...@cvs.openbsd.org 2013/11/28 20:39:00
Modified files: sys/dev/isa : sbdspvar.h Log message: Change the sc_model field type from unsigned to signed since the model can be set to SB_UNK which has a value of -1. sb.c:307:8: error: comparison of 0 <= unsigned expression is always true [-Werror,-Wtautological-compare] ok deraadt@