From 9f83fbf2e7f0f1083ddb751d08ba61e96a9cde0c Mon Sep 17 00:00:00 2001 From: Bruce Evans Date: Sun, 14 May 1995 12:54:30 +0000 Subject: Fix declaration of palette[] so that fade saver doesn't cause panics. --- sys/modules/syscons/saver.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/modules/syscons') diff --git a/sys/modules/syscons/saver.h b/sys/modules/syscons/saver.h index 4982038aa9f2..ecaee02a9580 100644 --- a/sys/modules/syscons/saver.h +++ b/sys/modules/syscons/saver.h @@ -14,4 +14,4 @@ extern u_short *Crtat; extern u_int crtc_addr; extern char scr_map[]; extern int scrn_blanked; -extern char *palette; +extern char palette[]; -- cgit v1.3