]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC r315000:
authoreadler <eadler@FreeBSD.org>
Wed, 14 Mar 2018 07:32:48 +0000 (07:32 +0000)
committereadler <eadler@FreeBSD.org>
Wed, 14 Mar 2018 07:32:48 +0000 (07:32 +0000)
commit7416f9d17e8aa599422de56757ae6a3f9650a803
tree800e05b9d01f75c291b62c29fe6a5946f66f57a4
parentcaf737967065cbae056024e8a4eb01438c672ad4
MFC r315000:

Start fixing some bugs in attribute handling.

This change just does cleanups missed in r56043 17 years ago.  The
default attributes were still stored in structs for the purpose of
changing them and passing around pointers to the defaults, but r56043
added another layer that made the defaults invariant and only used for
initialization and reset.  Just use the defaults directly.  This was
already done for the kernel defaults.  The defaults for reverse
attributes aren't actually used, but are ignored in layers that no
longer support them.
sys/dev/syscons/syscons.c