From: Tom Hughes <tom@compton.nu>
Date: Mon, 13 Jul 1998 09:34:16 +0000 (+0100)
Subject: Fix d_Gconvert definition in hints/svr4.sh
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=630b2425fe518ec99d5348e7e04b79b55417a16e;p=p5sagit%2Fp5-mst-13.2.git

Fix d_Gconvert definition in hints/svr4.sh

	Message-ID: <yekk95i175j.fsf@elva.cyberscience.com>

p4raw-id: //depot/perl@1469
---

diff --git a/hints/svr4.sh b/hints/svr4.sh
index 95dce32..cf6906d 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'