This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Make opendir() filename const in Win32-land & friends
authorSteve Hay <SteveHay@planit.com>
Fri, 24 Jun 2005 12:27:45 +0000 (12:27 +0000)
committerSteve Hay <SteveHay@planit.com>
Fri, 24 Jun 2005 12:27:45 +0000 (12:27 +0000)
commit0e06f75d89a762be9731eb40ee14d8535e1ae184
tree10c8e43d45816ceb9d481106827e82f60406d27a
parent4184c77b776c43b48baa00b97fea5ee8fffe0f6a
Make opendir() filename const in Win32-land & friends

That fact that it wasn't const already was highlighted by a warning
from pp_open_dir() generated by change 24743. Rather than undo the
const change in pp_open_dir(), this seems to make more sense. Hope I
haven't broken Netware or WinCE.

p4raw-id: //depot/perl@24974
NetWare/nw5.c
NetWare/nwperlhost.h
NetWare/nwperlsys.h
iperlsys.h
win32/include/dirent.h
win32/perlhost.h
win32/win32.c
win32/win32iop.h
wince/perlhost.h
wince/wince.c