Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/dev/wscons
Module Name: src
Committed By: pgoyette
Date: Mon Jun 12 06:59:19 UTC 2017
Modified Files:
src/sys/dev/wscons: wsbell.c
Log Message:
For now, #include wsdisplay.h to get the definition of NWSDISPLAY
The symbol is currently used to conditionally include members of a
data structure, so without this include there could be different
structure definitions, with different sizes, and data corruption is
likely.
XXX For cleaner modularization, all of the needs-flag entries in
XXX wscons should be removed.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/dev/wscons/wsbell.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index