summaryrefslogtreecommitdiff
path: root/vms/vmsish.h
diff options
context:
space:
mode:
authorCraig A. Berry <craigberry@mac.com>2005-05-28 18:18:46 -0500
committerAbhijit Menon-Sen <ams@wiw.org>2005-05-29 04:45:05 +0000
commit94a11853edc681701a5fe80474ba2a421f2a4aef (patch)
tree2e6d39a23c41cdc6d820f7c9a52d63a1775bab01 /vms/vmsish.h
parent85827533e60ade365bb1a181edd9766766750b4a (diff)
downloadperl-94a11853edc681701a5fe80474ba2a421f2a4aef.tar.gz
VMS build update for blead
From: "Craig A. Berry" <craigberry@mac.com> Message-Id: <429942A6.10601@mac.com> p4raw-id: //depot/perl@24613
Diffstat (limited to 'vms/vmsish.h')
-rw-r--r--vms/vmsish.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/vms/vmsish.h b/vms/vmsish.h
index 319be921ee..dea963f23b 100644
--- a/vms/vmsish.h
+++ b/vms/vmsish.h
@@ -828,7 +828,7 @@ unsigned int Perl_sig_to_vmscondition (int);
int Perl_my_kill (int, int);
void Perl_csighandler_init (void);
#endif
-int Perl_my_utime (pTHX_ char *, struct utimbuf *);
+int Perl_my_utime (pTHX_ const char *, const struct utimbuf *);
void Perl_vms_image_init (int *, char ***);
struct dirent * Perl_readdir (pTHX_ DIR *);
int Perl_readdir_r(pTHX_ DIR *, struct dirent *, struct dirent **);