mirror of
https://github.com/fail0verflow/switch-coreboot.git
synced 2025-05-04 01:39:18 -04:00
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:
parent
967214d559
commit
56cc34a9a7
1 changed files with 1 additions and 1 deletions
2
payloads/external/tint/libpayload_tint.patch
vendored
2
payloads/external/tint/libpayload_tint.patch
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue