diff options
author | Tom Hughes <tom@compton.nu> | 1998-07-13 10:34:16 +0100 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1998-07-14 03:35:06 +0000 |
commit | 630b2425fe518ec99d5348e7e04b79b55417a16e (patch) | |
tree | 6aedc656dd95bc784d2af46a56e986b7f459215a /hints | |
parent | f9c559d87d5cafdfeb072d66df93dbca45a330cf (diff) | |
download | perl-630b2425fe518ec99d5348e7e04b79b55417a16e.tar.gz |
Fix d_Gconvert definition in hints/svr4.sh
Message-ID: <yekk95i175j.fsf@elva.cyberscience.com>
p4raw-id: //depot/perl@1469
Diffstat (limited to 'hints')
-rw-r--r-- | hints/svr4.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hints/svr4.sh b/hints/svr4.sh index 95dce32abd..cf6906dac7 100644 --- a/hints/svr4.sh +++ b/hints/svr4.sh @@ -23,7 +23,7 @@ libswanted=`echo " $libswanted " | sed -e 's/ malloc / /'` # -e 's/ ucb / /'` # it is needed for ODBM_File and NDBM_File extensions. if [ -r /usr/ucblib/libucb.a ]; then # If using BSD-compat. library: - d_Gconvert='gcvt' # Try gcvt() before gconvert(). + d_Gconvert='gcvt((x),(n),(b))' # Try gcvt() before gconvert(). # Use the "native" counterparts, not the BSD emulation stuff: d_bcmp='undef' d_bcopy='undef' d_bzero='undef' d_safebcpy='undef' d_index='undef' d_killpg='undef' d_getprior='undef' d_setprior='undef' |