Index: head/devel/libdap/files/patch-tests-TestInt64.cc =================================================================== --- head/devel/libdap/files/patch-tests-TestInt64.cc (nonexistent) +++ head/devel/libdap/files/patch-tests-TestInt64.cc (revision 401126) @@ -0,0 +1,11 @@ +--- tests/TestInt64.cc.orig 2015-09-08 22:42:20 UTC ++++ tests/TestInt64.cc +@@ -105,7 +105,7 @@ TestInt64::read() + d_buf = 64; + } + else { +- d_buf = 0x00ffffffffffffff; ++ d_buf = 0x00ffffffffffffffLL; + } + + set_read_p(true); Property changes on: head/devel/libdap/files/patch-tests-TestInt64.cc ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/devel/libdap/files/patch-tests-TestUInt64.cc =================================================================== --- head/devel/libdap/files/patch-tests-TestUInt64.cc (nonexistent) +++ head/devel/libdap/files/patch-tests-TestUInt64.cc (revision 401126) @@ -0,0 +1,11 @@ +--- tests/TestUInt64.cc.orig 2015-09-08 22:42:20 UTC ++++ tests/TestUInt64.cc +@@ -99,7 +99,7 @@ TestUInt64::read() + d_buf = 64 * d_buf; + } + else { +- d_buf = 0xffffffffffffffff; // really big ++ d_buf = 0xffffffffffffffffLL; // really big + } + + set_read_p(true); Property changes on: head/devel/libdap/files/patch-tests-TestUInt64.cc ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property