fmk Tue Aug 3 00:15:35 2004 EDT
Modified files:
/php-src/ext/mime_magic mime_magic.c
Log:
sys/stat.h is includes in php_streams.h no need to do that again.
http://cvs.php.net/diff.php/php-src/ext/mime_magic/mime_magic.c?r1=1.37&r2=1.38&ty=u
Index: php-src/ext/mime_magic/mime_magic.c
diff -u php-src/ext/mime_magic/mime_magic.c:1.37
php-src/ext/mime_magic/mime_magic.c:1.38
--- php-src/ext/mime_magic/mime_magic.c:1.37 Fri Jan 16 06:15:13 2004
+++ php-src/ext/mime_magic/mime_magic.c Tue Aug 3 00:15:34 2004
@@ -15,7 +15,7 @@
| Author: Hartmut Holzgraefe <[EMAIL PROTECTED]> |
+----------------------------------------------------------------------+
- $Id: mime_magic.c,v 1.37 2004/01/16 11:15:13 sniper Exp $
+ $Id: mime_magic.c,v 1.38 2004/08/03 04:15:34 fmk Exp $
This module contains a lot of stuff taken from Apache mod_mime_magic,
so the license section is a little bit longer than usual:
@@ -160,7 +160,6 @@
#include <fcntl.h>
#include <sys/types.h>
-#include <sys/stat.h>
#ifdef HAVE_UNISTD_H
#include <unistd.h>
#endif
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php