diff options
author | Eric J.Chet <ejc@FreeBSD.org> | 2000-09-18 19:01:19 +0000 |
---|---|---|
committer | Eric J.Chet <ejc@FreeBSD.org> | 2000-09-18 19:01:19 +0000 |
commit | ce0c25e44c242ac7d8543ffd396db02dfa493314 (patch) | |
tree | 28ffea95325788b764fe4643d81b7df2a02401a9 /devel/omniORB/files/patch-ak | |
parent | Add KnowledgeKit, a Zope product that manages knowledge bases and FAQs. (diff) |
It helps when you "cvs add" the new patches, oops.
Diffstat (limited to 'devel/omniORB/files/patch-ak')
-rw-r--r-- | devel/omniORB/files/patch-ak | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/omniORB/files/patch-ak b/devel/omniORB/files/patch-ak new file mode 100644 index 000000000000..99a0f42846c0 --- /dev/null +++ b/devel/omniORB/files/patch-ak @@ -0,0 +1,11 @@ +--- tool/omniidl/cxx/idlutil.cc.orig Fri Aug 18 16:09:06 2000 ++++ tool/omniidl/cxx/idlutil.cc Mon Sep 11 17:44:48 2000 +@@ -148,7 +148,7 @@ + IdlIntLiteral + idl_strtoul(const char* text, int base) + { +- return strtoull(text, 0, base); ++ return strtouq(text, 0, base); + } + + # endif |