Deleted Added
full compact
beastie.c (42120) beastie.c (59874)
1/* $FreeBSD: head/sys/dev/syscons/logo/logo.c 59874 2000-05-01 20:32:07Z peter $ */
2
1#define logo_w 88
2#define logo_h 88
3
4unsigned char logo_pal[768] = {
5 0x00, 0x00, 0x00,
6 0x33, 0x33, 0x33,
7 0x66, 0x66, 0x66,
8 0x99, 0x99, 0x99,

--- 344 unchanged lines hidden ---
3#define logo_w 88
4#define logo_h 88
5
6unsigned char logo_pal[768] = {
7 0x00, 0x00, 0x00,
8 0x33, 0x33, 0x33,
9 0x66, 0x66, 0x66,
10 0x99, 0x99, 0x99,

--- 344 unchanged lines hidden ---