pkgsrc-WIP-changes archive

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

coreclr-git: Fix typo



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Sun Apr 24 01:00:51 2016 +0200
Changeset:	e5ee50d4cae92e5eeab4704cb55dd34db5f757e8

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

Log Message:
coreclr-git: Fix typo

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

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

diffstat:
 coreclr-git/distinfo                                     | 2 +-
 coreclr-git/patches/patch-src_pal_src_thread_process.cpp | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diffs:
diff --git a/coreclr-git/distinfo b/coreclr-git/distinfo
index 7dd85f2..5e547db 100644
--- a/coreclr-git/distinfo
+++ b/coreclr-git/distinfo
@@ -1,3 +1,3 @@
 $NetBSD$
 
-SHA1 (patch-src_pal_src_thread_process.cpp) = 9c4586f84a7f5b4841998994e2ba95753ee15fa6
+SHA1 (patch-src_pal_src_thread_process.cpp) = 1d98db1f4f5aba96cd9751ff46d5b83fdeccca7c
diff --git a/coreclr-git/patches/patch-src_pal_src_thread_process.cpp b/coreclr-git/patches/patch-src_pal_src_thread_process.cpp
index f6856c6..442e65f 100644
--- a/coreclr-git/patches/patch-src_pal_src_thread_process.cpp
+++ b/coreclr-git/patches/patch-src_pal_src_thread_process.cpp
@@ -27,7 +27,7 @@ $NetBSD$
 -static const char* RuntimeContinueSemaphoreName = "/clrct%08x%016llx";
 +// NetBSD limits semaphore names to 15 characters, including null (at least up to 7.99.25).
 +static const char* RuntimeStartupSemaphoreName = "/clrst%04x%04llx";
-+static const char* RuntimeOldContinueSemaphoreName = "/clrco%08x%04llx";
++static const char* RuntimeOldContinueSemaphoreName = "/clrco%04x%04llx";
 +static const char* RuntimeContinueSemaphoreName = "/clrct%04x%04llx";
  
  class PAL_RuntimeStartupHelper


Home | Main Index | Thread Index | Old Index