diff options
author | Konstantin Schukraft <konstantin@schukraft.org> | 2021-01-11 17:23:53 +0100 |
---|---|---|
committer | Konstantin Schukraft <konstantin@schukraft.org> | 2021-01-11 17:23:53 +0100 |
commit | 88925318e0a0e8707315a6ebe76b75d3806ba71b (patch) | |
tree | 3cff44b00b51de17483926e339ea74966138b975 /fs/tabfs.c | |
parent | 5f6cad2c71889ba2fd11c0249852f6e0e1c220d4 (diff) |
Fix FreeBSD support that broke when multithreading was implemented
Diffstat (limited to 'fs/tabfs.c')
-rw-r--r-- | fs/tabfs.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -479,8 +479,10 @@ int main(int argc, char **argv) { argv[0], "-f", #if !defined(__APPLE__) +#if !defined(__FreeBSD__) "-oauto_unmount", #endif +#endif "-odirect_io", getenv("TABFS_MOUNT_DIR"), NULL, |