]> git.saurik.com Git - wxWidgets.git/commitdiff
Fixed typo in test for WX_STATVFS_T
authorStefan Neis <Stefan.Neis@t-online.de>
Fri, 17 Jan 2003 14:02:25 +0000 (14:02 +0000)
committerStefan Neis <Stefan.Neis@t-online.de>
Fri, 17 Jan 2003 14:02:25 +0000 (14:02 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@18791 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

configure.in

index 270a8582b44e2de129ce85d7b952855c31519033..47e4d23f810855450cd1c16dfe661affe9121434 100644 (file)
@@ -3297,7 +3297,7 @@ else
                         ],
                         [
                             long l;
-                            statvfs_t fs;
+                            struct statvfs fs;
                             statvfs("/", &fs);
                             l = fs.f_bsize;
                             l += fs.f_blocks;