This is a trivial patch which fixes the tint build by removing the extra

typedef for time_t.  The other half bumps the tint patch revision in buildrom
to take advantage of it.

Signed-off-by: Myles Watson <mylesgw@gmail.com>
Acked-by: Myles Watson <mylesgw@gmail.com>




git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3303 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
Myles Watson 2008-05-13 21:29:48 +00:00
parent 967214d559
commit 56cc34a9a7
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ diff -Naur tint-0.03b.orig/config.h tint-0.03b/config.h
+#define random(x) rand(x)
+#define srandom(x) srand(x)
+#define curs_set(x)
+typedef int time_t;
+
+
/* Score file */
+#if 0