summaryrefslogtreecommitdiff
path: root/lang/cli
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2003-08-15 04:53:58 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2003-08-15 04:53:58 +0000
commit75420dee667c177184eb4d4c927de50490c63f12 (patch)
tree768630186dd8df6446054972ffaa601af3d4df72 /lang/cli
parent- New option LDAP_PORT (diff)
- apply patch from fearow@comcast.net
Notes
Notes: svn path=/head/; revision=86971
Diffstat (limited to 'lang/cli')
-rw-r--r--lang/cli/files/patch-palrt::src::numprs.cpp11
1 files changed, 11 insertions, 0 deletions
diff --git a/lang/cli/files/patch-palrt::src::numprs.cpp b/lang/cli/files/patch-palrt::src::numprs.cpp
new file mode 100644
index 000000000000..e809d037db68
--- /dev/null
+++ b/lang/cli/files/patch-palrt::src::numprs.cpp
@@ -0,0 +1,11 @@
+--- palrt/src/numprs.cpp.orig Tue Aug 12 18:49:14 2003
++++ palrt/src/numprs.cpp Tue Aug 12 18:49:28 2003
+@@ -41,7 +41,7 @@
+ //
+ #define MAXEXP (INT_MAX/2)
+
+-const SPLIT64 sdlTenToEighteen = { {UI64(1000000000000000000)} };
++const SPLIT64 sdlTenToEighteen = { UI64(1000000000000000000) };
+ // Max value of Decimal (= 79228162514264337593543950335), less 1st digit.
+ const BYTE rgbMaxDec[DEC_MAXDIG - 1] = {9,2,2,8,1,6,2,5,1,4,2,6,4,3,3,7,5,9,3,5,4,3,9,5,0,3,3,5};
+