nlopess         Thu Jan 18 16:06:29 2007 UTC

  Modified files:              
    /php-src/main/streams       php_stream_transport.h 
  Log:
  MFB: use only 2 bits
  
http://cvs.php.net/viewvc.cgi/php-src/main/streams/php_stream_transport.h?r1=1.13&r2=1.14&diff_format=u
Index: php-src/main/streams/php_stream_transport.h
diff -u php-src/main/streams/php_stream_transport.h:1.13 
php-src/main/streams/php_stream_transport.h:1.14
--- php-src/main/streams/php_stream_transport.h:1.13    Mon Jan  1 09:29:35 2007
+++ php-src/main/streams/php_stream_transport.h Thu Jan 18 16:06:28 2007
@@ -16,7 +16,7 @@
   +----------------------------------------------------------------------+
 */
 
-/* $Id: php_stream_transport.h,v 1.13 2007/01/01 09:29:35 sebastian Exp $ */
+/* $Id: php_stream_transport.h,v 1.14 2007/01/18 16:06:28 nlopess 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:3;
+       stream_shutdown_t how:2;
 
        struct {
                char *name;

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to