diff --git a/manifest b/manifest index 2d0b9a58f6..69d2b5459d 100644 --- a/manifest +++ b/manifest @@ -1,5 +1,5 @@ -C Make\sthe\sgeteuid()\ssystem\scall\soverloadable\susing\sxSetSystemCall()\son\sthe\nunix\sVFSes. -D 2015-11-24T15:06:28.338 +C Fix\sa\scomment\stypo\sin\sthe\sunix\sVFS.\s\sNo\schanges\sto\scode. +D 2015-11-24T15:12:47.482 F Makefile.in d828db6afa6c1fa060d01e33e4674408df1942a1 F Makefile.linux-gcc 7bc79876b875010e8c8f9502eb935ca92aa3c434 F Makefile.msc e928e68168df69b353300ac87c10105206653a03 @@ -323,7 +323,7 @@ F src/os.c 8fd25588eeba74068d41102d26810e216999b6c8 F src/os.h 3e57a24e2794a94d3cf2342c6d9a884888cd96bf F src/os_common.h abdb9a191a367793268fe553d25bab894e986a0e F src/os_setup.h c9d4553b5aaa6f73391448b265b89bed0b890faa -F src/os_unix.c c5e7976c47cfd3134513ebfb2d140825d50e5275 +F src/os_unix.c 3ca4a23db3ad0b809a0b8d7f879cf66f56b693d5 F src/os_win.c 386fba30419e8458b13209781c2af5590eab2811 F src/os_win.h eb7a47aa17b26b77eb97e4823f20a00b8bda12ca F src/pager.c 18341e2b759b447cbc82fb9215d08d9c5864e92e @@ -1404,7 +1404,7 @@ F tool/vdbe_profile.tcl 246d0da094856d72d2c12efec03250d71639d19f F tool/warnings-clang.sh f6aa929dc20ef1f856af04a730772f59283631d4 F tool/warnings.sh 48bd54594752d5be3337f12c72f28d2080cb630b F tool/win/sqlite.vsix deb315d026cc8400325c5863eef847784a219a2f -P 19a9c07b26a4123dc60abdcc84a956f88c352bab -R 02104466c6b651805702e9bf38bb181e +P 6c2ddea65e1871b2fcb4991c5b3e6992993db3ea +R 81ff6ba247633e5ac5ffc463969dd7f1 U drh -Z eddf0171a3f4a4814f215292a42ba620 +Z 2bab8f8a8131461afe24bb3f0bfc9cb2 diff --git a/manifest.uuid b/manifest.uuid index ef64e4e41c..501322045a 100644 --- a/manifest.uuid +++ b/manifest.uuid @@ -1 +1 @@ -6c2ddea65e1871b2fcb4991c5b3e6992993db3ea \ No newline at end of file +32e138796c66c88e8cbb77aa3a4282a38d1f959a \ No newline at end of file diff --git a/src/os_unix.c b/src/os_unix.c index 687baa107e..768a2a9eec 100644 --- a/src/os_unix.c +++ b/src/os_unix.c @@ -1104,7 +1104,7 @@ static unixInodeInfo *inodeList = 0; /* ** -** This function - unixLogError_x(), is only ever called via the macro +** This function - unixLogErrorAtLine(), is only ever called via the macro ** unixLogError(). ** ** It is invoked after an error occurs in an OS function and errno has been