From a19597b01562b15e24d20d3eee4b7513e1b7ed95 Mon Sep 17 00:00:00 2001 From: Tim Crawford Date: Dec 10 2018 23:59:58 +0000 Subject: Fix mnt_want_write test --- diff --git a/src/configure-tests/feature-tests/mnt_want_write.c b/src/configure-tests/feature-tests/mnt_want_write.c index 0ddf1f7..727b512 100644 --- a/src/configure-tests/feature-tests/mnt_want_write.c +++ b/src/configure-tests/feature-tests/mnt_want_write.c @@ -7,6 +7,6 @@ #include "includes.h" static inline void dummy(void){ - struct vfsmount *mnt + struct vfsmount *mnt; mnt_want_write(mnt); }