From c77cb63df17dc3d5a2bad6a6a58666d333927ae9 Mon Sep 17 00:00:00 2001 From: Nicolas Tsiftes Date: Wed, 9 Feb 2011 15:13:50 +0100 Subject: [PATCH] ifdef -> if --- core/cfs/cfs-coffee.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/cfs/cfs-coffee.c b/core/cfs/cfs-coffee.c index ca84f88b0..29ca58f67 100644 --- a/core/cfs/cfs-coffee.c +++ b/core/cfs/cfs-coffee.c @@ -176,7 +176,7 @@ struct file_desc { cfs_offset_t offset; struct file *file; uint8_t flags; -#ifdef COFFEE_IO_SEMANTICS +#if COFFEE_IO_SEMANTICS uint8_t io_flags; #endif }; @@ -1321,7 +1321,7 @@ cfs_coffee_configure_log(const char *filename, unsigned log_size, return 0; } /*---------------------------------------------------------------------------*/ -#ifdef COFFEE_IO_SEMANTICS +#if COFFEE_IO_SEMANTICS int cfs_coffee_set_io_semantics(int fd, unsigned flags) {