diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2002-03-21 18:00:51 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2002-03-21 18:00:51 +0000 |
commit | 01b53dac40ffd475c2c1671820aa146af4d23c96 (patch) | |
tree | 9ff3b9f5d95eaac7501b11ffc0f5284d4a33c83c /hints/linux.sh | |
parent | 6371411c04bcf3846b30e7aa8dfe976861a909e9 (diff) | |
download | perl-01b53dac40ffd475c2c1671820aa146af4d23c96.tar.gz |
One more proto escapee.
p4raw-id: //depot/perl@15396
Diffstat (limited to 'hints/linux.sh')
-rw-r--r-- | hints/linux.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hints/linux.sh b/hints/linux.sh index 4c40980cb5..7dccc1cc07 100644 --- a/hints/linux.sh +++ b/hints/linux.sh @@ -264,6 +264,7 @@ $define|true|[yY]*) d_ctime_r_proto="$define" d_gmtime_r_proto="$define" d_localtime_r_proto="$define" + d_random_r_proto="$define" ;; esac |