From 362e08e5b155bf8b08fde5adeabd5aa9c3208751 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Tue, 13 Aug 2013 16:15:23 -0400 Subject: pull in updated patches from SQLite3 3.7.17 Debian packaging --- debian/patches/20-hurd-locking-style.patch | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'debian/patches/20-hurd-locking-style.patch') diff --git a/debian/patches/20-hurd-locking-style.patch b/debian/patches/20-hurd-locking-style.patch index cfb3fde..73e72a3 100644 --- a/debian/patches/20-hurd-locking-style.patch +++ b/debian/patches/20-hurd-locking-style.patch @@ -9,7 +9,7 @@ # include # if OS_VXWORKS # include -@@ -2124,7 +2124,7 @@ +@@ -2198,7 +2198,7 @@ ** Omit this section if SQLITE_ENABLE_LOCKING_STYLE is turned off or if ** compiling for VXWORKS. */ @@ -18,7 +18,7 @@ /* ** Retry flock() calls that fail with EINTR -@@ -4531,7 +4531,7 @@ +@@ -4927,7 +4927,7 @@ dotlockCheckReservedLock /* xCheckReservedLock method */ ) @@ -27,7 +27,7 @@ IOMETHODS( flockIoFinder, /* Finder function name */ flockIoMethods, /* sqlite3_io_methods object name */ -@@ -6969,6 +6969,8 @@ +@@ -7366,6 +7366,8 @@ static sqlite3_vfs aVfs[] = { #if SQLITE_ENABLE_LOCKING_STYLE && (OS_VXWORKS || defined(__APPLE__)) UNIXVFS("unix", autolockIoFinder ), -- cgit v1.2.3