sqlite: add upstream patch from kodi

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2014-11-29 14:10:54 +01:00
parent 12e9aa7f10
commit 89fc87d727

View File

@ -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
};