pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

coreclr-git: Update diff to upstream changes



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Sat Apr 9 01:35:55 2016 +0200
Changeset:	02ecf07527bf90c9a84d5b29f9525f986b4406b7

Modified Files:
	coreclr-git/distinfo
	coreclr-git/patches/patch-src_pal_tests_palsuite_exception__handling_pal__sxs_test1_exceptionsxs.cpp

Log Message:
coreclr-git: Update diff to upstream changes

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=02ecf07527bf90c9a84d5b29f9525f986b4406b7

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 coreclr-git/distinfo                                                  | 2 +-
 ...tests_palsuite_exception__handling_pal__sxs_test1_exceptionsxs.cpp | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diffs:
diff --git a/coreclr-git/distinfo b/coreclr-git/distinfo
index 0597cdb..9f43b91 100644
--- a/coreclr-git/distinfo
+++ b/coreclr-git/distinfo
@@ -6,4 +6,4 @@ SHA1 (patch-src_pal_src_cruntime_printfcpp.cpp) = 4d1ba5fea45402259c67428506f39d
 SHA1 (patch-src_pal_src_cruntime_silent__printf.cpp) = 0922321ad05a90cc3b87b1e2663ff4d0b2e4717e
 SHA1 (patch-src_pal_src_safecrt_output.inl) = ceb1951e8a7e0839fa1c0f5d07fd6c4087afd5df
 SHA1 (patch-src_pal_src_safecrt_safecrt__output__l.c) = 5a17a2525ab434336cfef369980562d1ecdcd953
-SHA1 (patch-src_pal_tests_palsuite_exception__handling_pal__sxs_test1_exceptionsxs.cpp) = 0dacbaebbbbccee37abffc1c9c4f667012bc4516
+SHA1 (patch-src_pal_tests_palsuite_exception__handling_pal__sxs_test1_exceptionsxs.cpp) = de21ff04dc42fc3a8c3df4b74f0adaeb19488ff0
diff --git a/coreclr-git/patches/patch-src_pal_tests_palsuite_exception__handling_pal__sxs_test1_exceptionsxs.cpp b/coreclr-git/patches/patch-src_pal_tests_palsuite_exception__handling_pal__sxs_test1_exceptionsxs.cpp
index 02b9ac7..af338b9 100644
--- a/coreclr-git/patches/patch-src_pal_tests_palsuite_exception__handling_pal__sxs_test1_exceptionsxs.cpp
+++ b/coreclr-git/patches/patch-src_pal_tests_palsuite_exception__handling_pal__sxs_test1_exceptionsxs.cpp
@@ -1,6 +1,6 @@
 $NetBSD$
 
---- src/pal/tests/palsuite/exception_handling/pal_sxs/test1/exceptionsxs.cpp.orig	2016-02-27 21:09:29.000000000 +0000
+--- src/pal/tests/palsuite/exception_handling/pal_sxs/test1/exceptionsxs.cpp.orig	2016-04-08 23:29:23.909574749 +0000
 +++ src/pal/tests/palsuite/exception_handling/pal_sxs/test1/exceptionsxs.cpp
 @@ -31,7 +31,7 @@ extern "C" int InitializeDllTest2();
  extern "C" int DllTest1();
@@ -13,7 +13,7 @@ $NetBSD$
  bool bCatch = false;
 @@ -73,7 +73,7 @@ void sigsegv_handler(int code, siginfo_t
  
- int __cdecl main(int argc, char *argv[])
+ int main(int argc, char *argv[])
  {
 -#if !defined(__FreeBSD__) && !defined(__NetBSD__)
 +#if !defined(__FreeBSD__)


Home | Main Index | Thread Index | Old Index