summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndi Gutmans <andi@php.net>2007-02-05 05:15:16 +0000
committerAndi Gutmans <andi@php.net>2007-02-05 05:15:16 +0000
commita11e0b5ef16b419b31af224a4e17afc0949aeada (patch)
treecd1cffb897341634c448d66a677bce498cac8468
parentb436ad2af56f838dd293e56b842259418ec02b5e (diff)
downloadphp-git-a11e0b5ef16b419b31af224a4e17afc0949aeada.tar.gz
- Make sure to be ANSI C compliant
-rw-r--r--main/streams/php_stream_transport.h2
1 files changed, 1 insertions, 1 deletions
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;