Deleted Added
full compact
26c26
< * $FreeBSD: head/sys/dev/syscons/teken/teken.c 187469 2009-01-20 11:34:28Z ed $
---
> * $FreeBSD: head/sys/dev/syscons/teken/teken.c 188391 2009-02-09 15:55:21Z ed $
331a332,345
> const teken_attr_t *
> teken_get_curattr(teken_t *t)
> {
>
> return (&t->t_curattr);
> }
>
> const teken_attr_t *
> teken_get_defattr(teken_t *t)
> {
>
> return (&t->t_defattr);
> }
>