git: un-tokenize savers
Alex Hornung
alexh at crater.dragonflybsd.org
Wed Sep 22 04:06:04 PDT 2010
commit d2d1103f52e6fb116ee65a9940477c5449933f28
Author: Alex Hornung <ahornung at gmail.com>
Date: Wed Sep 22 11:55:48 2010 +0100
un-tokenize savers
* Un-tokenize all savers again. We can't simply tokenize around vidsw[]
that easily because the saver functions are called from the console
paths, too (cnputc, ...)
* Regarding vidsw we'll eventually have to find a different solution to
lock it up. The current approach can't work.
Reported-by: Sascha Wildner (swildner@)
Summary of changes:
sys/dev/misc/syscons/blank/blank_saver.c | 6 ------
sys/dev/misc/syscons/fade/fade_saver.c | 5 -----
sys/dev/misc/syscons/fred/fred_saver.c | 13 -------------
sys/dev/misc/syscons/green/green_saver.c | 6 ------
sys/dev/misc/syscons/snake/snake_saver.c | 5 -----
sys/dev/misc/syscons/star/star_saver.c | 4 ----
6 files changed, 0 insertions(+), 39 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/d2d1103f52e6fb116ee65a9940477c5449933f28
--
DragonFly BSD source repository
More information about the Commits
mailing list