diff options
Diffstat (limited to 'graphics/libfpx/files/patch-basics::a_file.cpp')
-rw-r--r-- | graphics/libfpx/files/patch-basics::a_file.cpp | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/graphics/libfpx/files/patch-basics::a_file.cpp b/graphics/libfpx/files/patch-basics::a_file.cpp index f9abb1a75eb7..b0069f69d690 100644 --- a/graphics/libfpx/files/patch-basics::a_file.cpp +++ b/graphics/libfpx/files/patch-basics::a_file.cpp @@ -14,11 +14,3 @@ +# include <sys/param.h> +# include <sys/mount.h> # include <stdio.h> -@@ -424,5 +425,4 @@ - struct statfs buf; -- int errNum=0, fstyp; -+ int errNum=0; - /* Get file system stats */ -- fstyp=0; -- errNum = statfs ( ".", &buf, sizeof( struct statfs ), fstyp); -+ errNum = statfs ( ".", &buf); |