This is a trivial patch which fixes the tint build by removing the extra
authorMyles Watson <mylesgw@gmail.com>
Tue, 13 May 2008 21:29:48 +0000 (21:29 +0000)
committerMyles Watson <mylesgw@gmail.com>
Tue, 13 May 2008 21:29:48 +0000 (21:29 +0000)
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

payloads/external/tint/libpayload_tint.patch

index 00aea14594c9595cf43e0965f4260913f47d7b3a..0eca9c53cf2a14ccf17de92a865825226260a60b 100644 (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