This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
fixes for hints/svr4 for UnixWare >= 2.1.1
authorJohn Hughes <john@titanic.atlantech.com>
Thu, 7 Aug 1997 00:00:00 +0000 (00:00 +0000)
committerTim Bunce <Tim.Bunce@ig.co.uk>
Wed, 6 Aug 1997 12:00:00 +0000 (00:00 +1200)
commit850679cbd6d7696aaa31935fd76b8f1385efbd64
tree78b0536d3d9e8c5dc6d6d06087923985a56498a6
parent0af56dfea04837510821e168d4a9191fc1d73b0e
fixes for hints/svr4 for UnixWare >= 2.1.1

We've just upgraded from UnixWare 2.1 to 2.1.2 (*See footnote).  I was
supprised to see that I got

d_stdio_cnt_lval='undef'
d_stdio_ptr_lval='undef'

A quick bit of spelunking showed that in the 2.1->2.1.1 upgrade stdio.h
got modified, the _cnt and _ptr fields in FILE* got renamed to __cnt and
__ptr.

Here's a patch to hints/svr4.sh, all tests pass.

p5p-msgid: 199707021230.OAA24230@titanic.AtlanTech.COM
hints/svr4.sh