summaryrefslogtreecommitdiff
path: root/amiga/gui.c
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2014-11-19 23:34:53 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2014-11-19 23:34:53 +0000
commit75623179aa7a0259477ef93dcd2a3562c4884c74 (patch)
tree900e55b6dfea5448dbf20209ed3692a08a50e0e7 /amiga/gui.c
parent69f4397fe4c438063ac6b80e43749b5de10a4e68 (diff)
downloadnetsurf-75623179aa7a0259477ef93dcd2a3562c4884c74.tar.gz
netsurf-75623179aa7a0259477ef93dcd2a3562c4884c74.tar.bz2
Revert "Write out to the backing store asynchronously."
This reverts commit 1ddf8215cfde443a48043274cef17e45c68f0c91. Appears to be unsafe to run this in a new process.
Diffstat (limited to 'amiga/gui.c')
-rw-r--r--amiga/gui.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/amiga/gui.c b/amiga/gui.c
index 2419e23b8..e76a01e66 100644
--- a/amiga/gui.c
+++ b/amiga/gui.c
@@ -93,6 +93,7 @@
#include "utils/utils.h"
#include "utils/nsurl.h"
#include "utils/file.h"
+#include "content/backing_store.h"
#include "content/fetchers.h"
#include "content/fetchers/resource.h"
#include "content/urldb.h"
@@ -125,7 +126,6 @@
#include "amiga/file.h"
#include "amiga/filetype.h"
#include "amiga/font.h"
-#include "amiga/fs_backing_store.h"
#include "amiga/gui_options.h"
#include "amiga/help.h"
#include "amiga/history.h"
@@ -5311,7 +5311,7 @@ int main(int argc, char** argv)
.utf8 = amiga_utf8_table,
.search = amiga_search_table,
.search_web = &amiga_search_web_table,
- .llcache = amiga_filesystem_llcache_table,
+ .llcache = filesystem_llcache_table,
};
signal(SIGINT, SIG_IGN);