mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
sqlite: add upstream patch from kodi
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
12e9aa7f10
commit
89fc87d727
@ -0,0 +1,11 @@
|
||||
--- a/sqlite3.c.orig 2014-11-19 13:14:16.633721369 +0100
|
||||
+++ b/sqlite3.c 2014-11-19 13:23:23.733711563 +0100
|
||||
@@ -25301,7 +25301,7 @@
|
||||
#if OS_VXWORKS
|
||||
struct vxworksFileId *pId; /* Unique file ID for vxworks. */
|
||||
#else
|
||||
- ino_t ino; /* Inode number */
|
||||
+ unsigned long long ino; /* Inode number */
|
||||
#endif
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user