diff options
author | SVN Migration <svn@php.net> | 2003-08-24 19:44:48 +0000 |
---|---|---|
committer | SVN Migration <svn@php.net> | 2003-08-24 19:44:48 +0000 |
commit | 8b1e9acd2eef54c5c156387f52792efdbfec7677 (patch) | |
tree | 739290025c70f7a7f9cbc01fdd248f84f273ae38 /ext/standard/filestat.c | |
parent | d702e37902570890ff686573c23800209abe5f73 (diff) | |
download | php-git-php-4.3.3.tar.gz |
This commit was manufactured by cvs2svn to create tag 'php_4_3_3'.php-4.3.3
Diffstat (limited to 'ext/standard/filestat.c')
-rw-r--r-- | ext/standard/filestat.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/ext/standard/filestat.c b/ext/standard/filestat.c index e199583d47..94580f6fdd 100644 --- a/ext/standard/filestat.c +++ b/ext/standard/filestat.c @@ -34,10 +34,6 @@ # include <unistd.h> #endif -#if HAVE_SYS_PARAM_H -# include <sys/param.h> -#endif - #if HAVE_SYS_VFS_H # include <sys/vfs.h> #endif |