--- src/holetest.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/holetest.c b/src/holetest.c index 1939b35..e7ba123 100644 --- a/src/holetest.c +++ b/src/holetest.c @@ -205,7 +205,7 @@ int test_this(int fd, loff_t sz) */ fflush(stdout); tid[i] = fork(); - if (tid[i] < 0) { + if ((int64_t)tid[i] < 0) { int j; perror("fork"); -- 2.1.4 -- To unsubscribe from this list: send the line "unsubscribe fstests" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html