andi Mon Feb 5 05:15:49 2007 UTC
Modified files:
/php-src/main/streams php_stream_transport.h
Log:
- Make sure to be ANSI C compliant
http://cvs.php.net/viewvc.cgi/php-src/main/streams/php_stream_transport.h?r1=1.14&r2=1.15&diff_format=u
Index: php-src/main/streams/php_stream_transport.h
diff -u php-src/main/streams/php_stream_transport.h:1.14
php-src/main/streams/php_stream_transport.h:1.15
--- php-src/main/streams/php_stream_transport.h:1.14 Thu Jan 18 16:06:28 2007
+++ php-src/main/streams/php_stream_transport.h Mon Feb 5 05:15:49 2007
@@ -16,7 +16,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: php_stream_transport.h,v 1.14 2007/01/18 16:06:28 nlopess Exp $ */
+/* $Id: php_stream_transport.h,v 1.15 2007/02/05 05:15:49 andi Exp $ */
#if HAVE_SYS_SOCKET_H
# include <sys/socket.h>
@@ -133,7 +133,7 @@
unsigned int want_addr:1;
unsigned int want_textaddr:1;
unsigned int want_errortext:1;
- stream_shutdown_t how:2;
+ unsigned int how:2;
struct {
char *name;
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php