summaryrefslogtreecommitdiff
path: root/vms/vmsish.h
diff options
context:
space:
mode:
authorHans Mulder <hansmu@xs4all.nl>1999-03-01 08:06:29 -0800
committerJarkko Hietaniemi <jhi@iki.fi>1999-03-02 08:22:29 +0000
commita12fb9119e8da180ab3c5a7359cb81660e41b805 (patch)
treedee179de14c1768ba62dddd30cf81808abd286dd /vms/vmsish.h
parentadd94a5806141380fd09a55c646496326315ee82 (diff)
downloadperl-a12fb9119e8da180ab3c5a7359cb81660e41b805.tar.gz
To: perl5-porters@perl.org, vmsperl@perl.org
Subject: [PATCH5.005_56]Diffs to get 5.005_56 building on VMS Date: Mon, 01 Mar 1999 16:06:29 -0800 Message-Id: <3.0.6.32.19990301160629.02e09ec0@ous.edu> From: Dan Sugalski <sugalskd@osshe.edu> To: perl5-porters@perl.org, vmsperl@perl.org Subject: [PATCH 5.005_56]vmsish.pm patch Date: Mon, 01 Mar 1999 20:19:04 -0800 Message-Id: <3.0.6.32.19990301201904.02cff460@ous.edu> plus Configure regen containing a "solution" to the crosscompile/multiarch problem. p4raw-id: //depot/cfgperl@3050
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 5e78b90a89..7fce3afe0b 100644
--- a/vms/vmsish.h
+++ b/vms/vmsish.h
@@ -569,7 +569,7 @@ void init_os_extras _(());
/* prototype section start marker; `typedef' passes through cpp */
typedef char __VMS_PROTOTYPES__;
int my_trnlnm _((char *, char *, unsigned long int));
-char * my_getenv _((char *));
+char * my_getenv _((const char *));
char * my_crypt _((const char *, const char *));
Pid_t my_waitpid _((Pid_t, int *, int));
char * my_gconvert _((double, int, int, char *));