summaryrefslogtreecommitdiff
path: root/devel/ace+tao/files/patch-av
diff options
context:
space:
mode:
Diffstat (limited to 'devel/ace+tao/files/patch-av')
-rw-r--r--devel/ace+tao/files/patch-av9
1 files changed, 0 insertions, 9 deletions
diff --git a/devel/ace+tao/files/patch-av b/devel/ace+tao/files/patch-av
deleted file mode 100644
index c1ac4f288962..000000000000
--- a/devel/ace+tao/files/patch-av
+++ /dev/null
@@ -1,9 +0,0 @@
---- TAO/tao/Valuetype/ValueBase.inl.orig Sat Apr 4 12:25:24 1970
-+++ TAO/tao/Valuetype/ValueBase.inl Thu Jan 20 09:27:52 2005
-@@ -67,5 +67,5 @@ TAO_OBV_GIOP_Flags::is_block_size (CORBA
- ACE_INLINE CORBA::Boolean
- TAO_OBV_GIOP_Flags::is_end_tag (CORBA::ULong tag)
- {
-- return (0x80000000L < tag && tag <= 0xFFFFFFFFL);
-+ return (0x80000000L < tag);
- }