diff options
Diffstat (limited to 'dist/Android.patch')
-rw-r--r-- | dist/Android.patch | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/dist/Android.patch b/dist/Android.patch index 9e0093e..05ace1b 100644 --- a/dist/Android.patch +++ b/dist/Android.patch @@ -1,6 +1,6 @@ diff -r -u -d orig/shell.c ./shell.c ---- orig/shell.c 2016-05-18 13:07:03.000000000 +0200 -+++ ./shell.c 2016-07-10 13:46:29.256283352 +0200 +--- orig/shell.c 2016-08-08 20:55:26.000000000 +0200 ++++ ./shell.c 2016-08-09 00:27:40.510891503 +0200 @@ -52,6 +52,12 @@ #endif #include <ctype.h> @@ -38,9 +38,9 @@ diff -r -u -d orig/shell.c ./shell.c } diff -r -u -d orig/sqlite3.c ./sqlite3.c ---- orig/sqlite3.c 2016-05-18 13:07:03.000000000 +0200 -+++ ./sqlite3.c 2016-07-10 14:08:07.553031674 +0200 -@@ -32748,7 +32748,7 @@ +--- orig/sqlite3.c 2016-08-08 20:55:26.000000000 +0200 ++++ ./sqlite3.c 2016-08-09 00:27:40.534891075 +0200 +@@ -32976,7 +32976,7 @@ SimulateIOError( rc=1 ); if( rc!=0 ){ storeLastErrno((unixFile*)id, errno); @@ -49,7 +49,7 @@ diff -r -u -d orig/sqlite3.c ./sqlite3.c } *pSize = buf.st_size; -@@ -32784,7 +32784,7 @@ +@@ -33012,7 +33012,7 @@ struct stat buf; /* Used to hold return values of fstat() */ if( osFstat(pFile->h, &buf) ){ @@ -58,7 +58,7 @@ diff -r -u -d orig/sqlite3.c ./sqlite3.c } nSize = ((nByte+pFile->szChunk-1) / pFile->szChunk) * pFile->szChunk; -@@ -33358,7 +33358,7 @@ +@@ -33586,7 +33586,7 @@ ** with the same permissions. */ if( osFstat(pDbFd->h, &sStat) ){ @@ -67,7 +67,7 @@ diff -r -u -d orig/sqlite3.c ./sqlite3.c goto shm_open_err; } -@@ -34697,7 +34697,7 @@ +@@ -34925,7 +34925,7 @@ *pUid = sStat.st_uid; *pGid = sStat.st_gid; }else{ @@ -76,7 +76,7 @@ diff -r -u -d orig/sqlite3.c ./sqlite3.c } }else if( flags & SQLITE_OPEN_DELETEONCLOSE ){ *pMode = 0600; -@@ -112267,7 +112267,7 @@ +@@ -112875,7 +112875,7 @@ } if( pDb->pSchema->file_format>SQLITE_MAX_FILE_FORMAT ){ sqlite3SetString(pzErrMsg, db, "unsupported file format"); @@ -85,7 +85,7 @@ diff -r -u -d orig/sqlite3.c ./sqlite3.c goto initone_error_out; } -@@ -144810,13 +144810,25 @@ +@@ -145666,13 +145666,25 @@ ** module with sqlite. */ if( SQLITE_OK==rc |