From 22fbaf2d6c4e5c3a165a704b0eca6ab0a737ef5c Mon Sep 17 00:00:00 2001 From: Nuno Lopes Date: Thu, 18 Jan 2007 16:06:28 +0000 Subject: [PATCH] MFB: use only 2 bits --- main/streams/php_stream_transport.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/streams/php_stream_transport.h b/main/streams/php_stream_transport.h index c8a9837056..b5ffe152cb 100644 --- a/main/streams/php_stream_transport.h +++ b/main/streams/php_stream_transport.h @@ -133,7 +133,7 @@ typedef struct _php_stream_xport_param { 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; -- 2.50.1