]> granicus.if.org Git - php/commit
fileno() needs a FILE * here, and at least on FreeBSD with gcc-2.95.3
authorRasmus Lerdorf <rasmus@php.net>
Tue, 18 Feb 2003 22:29:27 +0000 (22:29 +0000)
committerRasmus Lerdorf <rasmus@php.net>
Tue, 18 Feb 2003 22:29:27 +0000 (22:29 +0000)
commit891835e7aa8a8c61ef3b9da9bb87dc6152b1151c
tree6813aa6616253d79b5cbf18bc53b6f91752fb73a
parentb8f518a451774d1328d362ebbbe5b166f3797fd1
fileno() needs a FILE * here, and at least on FreeBSD with gcc-2.95.3
it is unable to figure out that this is indeed a FILE * and hence it
won't compile without this cast.
Zend/zend_stream.c