Fix sfio breakage in PerlIO_findFILE() caused by commit de009b76d60bdeb8.
authorNicholas Clark <nick@ccl4.org>
Sun, 8 Dec 2013 18:15:25 +0000 (19:15 +0100)
committerNicholas Clark <nick@ccl4.org>
Fri, 27 Dec 2013 11:27:28 +0000 (12:27 +0100)
commite4fb8e2ded39e7068dc433a1346c20813c8c8e5c
treebb456f5c53c280d80926c5faff20584034274375
parent0956f45d301b882c591ec0cc6017e669fb465887
Fix sfio breakage in PerlIO_findFILE() caused by commit de009b76d60bdeb8.

One hunk of commit de009b76d60bdeb8 (April 2005) makes a variable const,
which is then assigned to. This is in sfio-specific code, so was not noticed.
This change was merged to maint-5.8 as part of commit f1c3982b668c9e30 (Sep
2005).
perlio.c