pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
coreclr-git: Remove merged patch
Module Name: pkgsrc-wip
Committed By: Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By: kamil
Date: Sun Feb 21 15:53:26 2016 +0100
Changeset: 880c73d88e2ec1aa601b287d82cb13c69652f237
Modified Files:
coreclr-git/distinfo
Removed Files:
coreclr-git/patches/patch-src_pal_tests_palsuite_threading_GetProcessTimes_test2_test2.c
Log Message:
coreclr-git: Remove merged patch
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=880c73d88e2ec1aa601b287d82cb13c69652f237
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
coreclr-git/distinfo | 1 -
...alsuite_threading_GetProcessTimes_test2_test2.c | 32 ----------------------
2 files changed, 33 deletions(-)
diffs:
diff --git a/coreclr-git/distinfo b/coreclr-git/distinfo
index 03d1fa3..b2d71d9 100644
--- a/coreclr-git/distinfo
+++ b/coreclr-git/distinfo
@@ -6,5 +6,4 @@ SHA1 (patch-src_pal_src_cruntime_printf.cpp) = 8a86c57e1fe3953d158e1860f04bd19d7
SHA1 (patch-src_pal_src_cruntime_printfcpp.cpp) = 4d1ba5fea45402259c67428506f39d9c3128ecbd
SHA1 (patch-src_pal_src_cruntime_silent__printf.cpp) = 0922321ad05a90cc3b87b1e2663ff4d0b2e4717e
SHA1 (patch-src_pal_tests_palsuite_exception__handling_pal__sxs_test1_exceptionsxs.cpp) = 174daa49b8bb21b851855e016f3c0c824b75aae0
-SHA1 (patch-src_pal_tests_palsuite_threading_GetProcessTimes_test2_test2.c) = 2e99bd2f7775fe8ddfef2b6a171b40623474befe
SHA1 (patch-src_pal_tools_gen-buildsys-clang.sh) = a495e13ad919aaeaa0963795ff9a76a2f52983fa
diff --git a/coreclr-git/patches/patch-src_pal_tests_palsuite_threading_GetProcessTimes_test2_test2.c b/coreclr-git/patches/patch-src_pal_tests_palsuite_threading_GetProcessTimes_test2_test2.c
deleted file mode 100644
index dc4b099..0000000
--- a/coreclr-git/patches/patch-src_pal_tests_palsuite_threading_GetProcessTimes_test2_test2.c
+++ /dev/null
@@ -1,32 +0,0 @@
-$NetBSD$
-
---- src/pal/tests/palsuite/threading/GetProcessTimes/test2/test2.c.orig 2016-01-28 19:04:13.000000000 +0000
-+++ src/pal/tests/palsuite/threading/GetProcessTimes/test2/test2.c
-@@ -25,7 +25,7 @@ int __cdecl main( int argc, char **argv
-
- {
- int i, j, k;
-- int total = 0;
-+ int *total;
-
- HANDLE hProcess;
- FILETIME createTime;
-@@ -76,11 +76,16 @@ int __cdecl main( int argc, char **argv
- {
- for( j=0; j<1000; j++ )
- {
-- total = j * i;
-+ /* do kernel work to increase system usage counters */
-+ total = malloc(1024 * 1024);
-+
-+ *total = j * i;
- for( k=0; k<1000; k++ )
- {
-- total += k + i;
-+ *total += k + i;
- }
-+
-+ free(total);
- }
- }
-
Home |
Main Index |
Thread Index |
Old Index