Changeset: 0f4eae20e065 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/0f4eae20e065
Modified Files:
        testing/fallocate.c
Branch: Jun2023
Log Message:

use ifdef..


diffs (12 lines):

diff --git a/testing/fallocate.c b/testing/fallocate.c
--- a/testing/fallocate.c
+++ b/testing/fallocate.c
@@ -1,7 +1,7 @@
 
 //#define _GNU_SOURCE             /* See feature_test_macros(7) */
 #include <monetdb_config.h>
-#if HAVE_FALLOCATE
+#ifdef HAVE_FALLOCATE
 #include <fcntl.h>
 #include <dlfcn.h>
 #include <stdlib.h>
_______________________________________________
checkin-list mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to