From 5281908018e81b0b10041822d9c1934552b179f1 Mon Sep 17 00:00:00 2001 From: Nicolas Tsiftes Date: Fri, 25 Nov 2016 16:01:59 +0100 Subject: [PATCH] Always enable the I/O semantics function in Coffee. --- core/cfs/cfs-coffee.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/core/cfs/cfs-coffee.c b/core/cfs/cfs-coffee.c index 9aa5726b7..474b4741d 100644 --- a/core/cfs/cfs-coffee.c +++ b/core/cfs/cfs-coffee.c @@ -1309,7 +1309,6 @@ cfs_coffee_configure_log(const char *filename, unsigned log_size, return 0; } /*---------------------------------------------------------------------------*/ -#if COFFEE_IO_SEMANTICS int cfs_coffee_set_io_semantics(int fd, unsigned flags) { @@ -1321,7 +1320,6 @@ cfs_coffee_set_io_semantics(int fd, unsigned flags) return 0; } -#endif /*---------------------------------------------------------------------------*/ int cfs_coffee_format(void)