[coreboot-gerrit] New patch to review for coreboot: d1cca9a fix tinycurses

Patrick Georgi (patrick@georgi-clan.de) gerrit at coreboot.org
Tue Jun 4 13:51:53 CEST 2013


Patrick Georgi (patrick at georgi-clan.de) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/3360

-gerrit

commit d1cca9a5279c812043154cf7892c2474aac77f82
Author: Patrick Georgi <patrick.georgi at secunet.com>
Date:   Tue May 28 13:56:54 2013 +0200

    fix tinycurses
    
    Change-Id: I9e7bde7b2c90b8b34c6aa8e90a16cd29dc108fe9
    Signed-off-by: Patrick Georgi <patrick.georgi at secunet.com>
---
 payloads/libpayload/curses/curses.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/payloads/libpayload/curses/curses.h b/payloads/libpayload/curses/curses.h
index 0c97941..9a2d3b2 100644
--- a/payloads/libpayload/curses/curses.h
+++ b/payloads/libpayload/curses/curses.h
@@ -351,7 +351,7 @@ typedef	chtype	attr_t;		/* ...must be at least as wide as chtype */
 
 #if 1
 //// #include <wchar.h>		/* ...to get mbstate_t, etc. */
-//typedef unsigned long wchar_t;	// XXX
+typedef unsigned long wchar_t;	// XXX
 typedef unsigned long wint_t;	// XXX
 #endif
 



More information about the coreboot-gerrit mailing list