From: Stefan Neis Date: Fri, 17 Jan 2003 14:02:25 +0000 (+0000) Subject: Fixed typo in test for WX_STATVFS_T X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/e107213f898c79e4ddfd518770f32b9aa35079ba Fixed typo in test for WX_STATVFS_T git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@18791 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/configure.in b/configure.in index 270a8582b4..47e4d23f81 100644 --- a/configure.in +++ b/configure.in @@ -3297,7 +3297,7 @@ else ], [ long l; - statvfs_t fs; + struct statvfs fs; statvfs("/", &fs); l = fs.f_bsize; l += fs.f_blocks;