php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #12998 ext/standard/filestat.c fails compile
Submitted: 2001-08-28 08:16 UTC Modified: 2001-08-28 11:34 UTC
From: randy at mapsurfer dot com Assigned:
Status: Closed Package: Compile Failure
PHP Version: 4.0.6 OS: slack linux -- 2.0.34
Private report: No CVE-ID: None
 [2001-08-28 08:16 UTC] randy at mapsurfer dot com
ext/standard/filestat.c fails compile at line 157.
Compiler does not know size of statfs

#include <sys/vfs.h> directly before definition of buf
allows clean compile.  May not be the appropriate or best
fix.  We'll see ...

#ifdef logic looks broken, though I do not have the time
to verify that hunch ...

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-08-28 11:34 UTC] sniper@php.net
This is fixed in CVS. You can verify it by grabbing
a CVS snapshot from http://snaps.php.net/

--Jani

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 26 01:01:30 2024 UTC