diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1995-05-14 12:54:30 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1995-05-14 12:54:30 +0000 |
| commit | 9f83fbf2e7f0f1083ddb751d08ba61e96a9cde0c (patch) | |
| tree | 4ff932438dd7d699588ecf3c09707d29f9f7ec8d /sys/modules/syscons/saver.h | |
| parent | d6f5c64683167b59f9d424e47b609ecd88551944 (diff) | |
Notes
Diffstat (limited to 'sys/modules/syscons/saver.h')
| -rw-r--r-- | sys/modules/syscons/saver.h | 2 |
1 files changed, 1 insertions, 1 deletions
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[]; |
