From: Andi Gutmans Date: Mon, 5 Feb 2007 05:15:49 +0000 (+0000) Subject: - Make sure to be ANSI C compliant X-Git-Tag: RELEASE_1_0_0RC1~17 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7b6523c8e6dc1f81ca23f6ef0304e3788ab930bc;p=php - Make sure to be ANSI C compliant --- diff --git a/main/streams/php_stream_transport.h b/main/streams/php_stream_transport.h index b5ffe152cb..0ebaab8f6b 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:2; + unsigned int how:2; struct { char *name;