Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 701152 | Differences between
and this patch

Collapse All | Expand All

(-)a/lib/console.c (-1 / +5 lines)
Lines 357-363 Link Here
357
	{  EFI_SECURITY_VIOLATION,     L"Security Violation"},
357
	{  EFI_SECURITY_VIOLATION,     L"Security Violation"},
358
358
359
	// warnings
359
	// warnings
360
	{  EFI_WARN_UNKOWN_GLYPH,      L"Warning Unknown Glyph"},
360
#ifdef EFI_WARN_UNKOWN_GLYPH
361
	{  EFI_WARN_UNKOWN_GLYPH,      L"Warning Unknown Glyph"}, // gnu efi < 3.0.11
362
#else
363
	{ EFI_WARN_UNKNOWN_GLYPH,      L"Warning Unknown Glyph"}, // gnu efi 3.0.11 fixed this typo
364
#endif
361
	{  EFI_WARN_DELETE_FAILURE,    L"Warning Delete Failure"},
365
	{  EFI_WARN_DELETE_FAILURE,    L"Warning Delete Failure"},
362
	{  EFI_WARN_WRITE_FAILURE,     L"Warning Write Failure"},
366
	{  EFI_WARN_WRITE_FAILURE,     L"Warning Write Failure"},
363
	{  EFI_WARN_BUFFER_TOO_SMALL,  L"Warning Buffer Too Small"},
367
	{  EFI_WARN_BUFFER_TOO_SMALL,  L"Warning Buffer Too Small"},

Return to bug 701152