Module Name: src Committed By: riastradh Date: Sun Jul 17 11:43:11 UTC 2022
Modified Files: src/sys/dev/wscons: wsdisplay.c wsdisplay_vcons.c Log Message: wsdisplay(4): KASSERT(a && b) -> KASSERT(a); KASSERT(b) Better diagnostics this way. No other functional change. Omit needless #ifdef DIAGNOSTIC while here; the compiler can optimize the dead code away. To generate a diff of this commit: cvs rdiff -u -r1.163 -r1.164 src/sys/dev/wscons/wsdisplay.c cvs rdiff -u -r1.60 -r1.61 src/sys/dev/wscons/wsdisplay_vcons.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.