diff options
Diffstat (limited to 'sysutils/tracker-client/files/patch-src_sqlite3_os_unix.c')
-rw-r--r-- | sysutils/tracker-client/files/patch-src_sqlite3_os_unix.c | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/sysutils/tracker-client/files/patch-src_sqlite3_os_unix.c b/sysutils/tracker-client/files/patch-src_sqlite3_os_unix.c deleted file mode 100644 index 5cbb1a30ce90..000000000000 --- a/sysutils/tracker-client/files/patch-src_sqlite3_os_unix.c +++ /dev/null @@ -1,12 +0,0 @@ ---- src/sqlite3/os_unix.c.orig Sat Dec 9 21:35:39 2006 -+++ src/sqlite3/os_unix.c Sat Dec 9 21:36:02 2006 -@@ -1110,9 +1110,7 @@ - ** Use the fdatasync() API only if the HAVE_FDATASYNC macro is defined. - ** Otherwise use fsync() in its place. - */ --#ifndef HAVE_FDATASYNC - # define fdatasync fsync --#endif - - /* - ** Define HAVE_FULLFSYNC to 0 or 1 depending on whether or not |