aboutsummaryrefslogtreecommitdiff
path: root/src/util/test_bio.c
diff options
context:
space:
mode:
authorng0 <ng0@n0.is>2019-11-20 14:53:33 +0000
committerng0 <ng0@n0.is>2019-11-20 14:53:33 +0000
commitc4eb7c3e2afd631fa83f3d21555829178a5e10c1 (patch)
treeb56ef598e649be4a5b412503940f6d9394c685ad /src/util/test_bio.c
parent13226e828c6b7d56c77444afe159c1ccf008d62d (diff)
downloadgnunet-c4eb7c3e2afd631fa83f3d21555829178a5e10c1.tar.gz
gnunet-c4eb7c3e2afd631fa83f3d21555829178a5e10c1.zip
use ifdef instead of if for __linux__ and BSD
Diffstat (limited to 'src/util/test_bio.c')
-rw-r--r--src/util/test_bio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/test_bio.c b/src/util/test_bio.c
index 13ae1cf56..53b45c23a 100644
--- a/src/util/test_bio.c
+++ b/src/util/test_bio.c
@@ -200,7 +200,7 @@ test_bigmeta_rw ()
200static int 200static int
201test_directory_r () 201test_directory_r ()
202{ 202{
203#if __linux__ 203#ifdef __linux__
204 char *msg; 204 char *msg;
205 char readResult[200]; 205 char readResult[200];
206 struct GNUNET_BIO_ReadHandle *fileR; 206 struct GNUNET_BIO_ReadHandle *fileR;