diff options
| author | Kazutaka YOKOTA <yokota@FreeBSD.org> | 1997-05-21 14:18:00 +0000 |
|---|---|---|
| committer | Kazutaka YOKOTA <yokota@FreeBSD.org> | 1997-05-21 14:18:00 +0000 |
| commit | f3cdf68921f5f403b14fb4ccc1dfb54df489f833 (patch) | |
| tree | a455094b6e0f768b306826010cad6520bb6f2dc5 /sys/modules/syscons | |
| parent | 3b0091645ae359f66800cb871f472a9c5ec0be94 (diff) | |
Notes
Diffstat (limited to 'sys/modules/syscons')
| -rw-r--r-- | sys/modules/syscons/Makefile | 4 | ||||
| -rw-r--r-- | sys/modules/syscons/saver.h | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/sys/modules/syscons/Makefile b/sys/modules/syscons/Makefile index edd608e4907a..195fd0381e66 100644 --- a/sys/modules/syscons/Makefile +++ b/sys/modules/syscons/Makefile @@ -1,5 +1,5 @@ -# $Id$ +# $Id: Makefile,v 1.3 1997/02/22 12:48:58 peter Exp $ -SUBDIR= blank fade green snake star +SUBDIR= blank daemon fade green snake star .include <bsd.subdir.mk> diff --git a/sys/modules/syscons/saver.h b/sys/modules/syscons/saver.h index 533e9e69569a..67ac358b22f1 100644 --- a/sys/modules/syscons/saver.h +++ b/sys/modules/syscons/saver.h @@ -25,7 +25,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id$ + * $Id: saver.h,v 1.7 1997/02/22 12:49:00 peter Exp $ */ #include <sys/param.h> @@ -46,6 +46,6 @@ extern char crtc_vga; extern char scr_map[]; extern int scrn_blanked; extern int fonts_loaded; -extern char *font_8, *font_14, *font_16; -extern char *palette; +extern char font_8[], font_14[], font_16[]; +extern char palette[]; extern char *video_mode_ptr; |
