pkgsrc-WIP-changes archive

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

compiler-rt-netbsd: Correct cast usage



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Sun Jun 4 02:48:41 2017 +0200
Changeset:	8777d1cae1fb7368f0dc94f2d763ee9f2b9d9373

Modified Files:
	compiler-rt-netbsd/distinfo
	compiler-rt-netbsd/patches/patch-lib_builtins_gcc__personality__v0.c

Log Message:
compiler-rt-netbsd: Correct cast usage

Sponsored by <The NetBSD Foundation>

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

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

diffstat:
 compiler-rt-netbsd/distinfo                                          | 2 +-
 compiler-rt-netbsd/patches/patch-lib_builtins_gcc__personality__v0.c | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diffs:
diff --git a/compiler-rt-netbsd/distinfo b/compiler-rt-netbsd/distinfo
index a5871292aa..5d25ab1939 100644
--- a/compiler-rt-netbsd/distinfo
+++ b/compiler-rt-netbsd/distinfo
@@ -12,4 +12,4 @@ Size (libcxx-3.6.2.src.tar.xz) = 944020 bytes
 SHA1 (llvm-3.6.2.src.tar.xz) = 7a00257eb2bc9431e4c77c3a36b033072c54bc7e
 RMD160 (llvm-3.6.2.src.tar.xz) = 521cbc5fe2925ea3c6e90c7a31f752a04045c972
 Size (llvm-3.6.2.src.tar.xz) = 12802380 bytes
-SHA1 (patch-lib_builtins_gcc__personality__v0.c) = d0ae32ec93036d3f67e449a910663b7e025956c2
+SHA1 (patch-lib_builtins_gcc__personality__v0.c) = 0a48656e68614730ea05e8fb2588434e774b3c45
diff --git a/compiler-rt-netbsd/patches/patch-lib_builtins_gcc__personality__v0.c b/compiler-rt-netbsd/patches/patch-lib_builtins_gcc__personality__v0.c
index c714f8b34c..2d9021ff16 100644
--- a/compiler-rt-netbsd/patches/patch-lib_builtins_gcc__personality__v0.c
+++ b/compiler-rt-netbsd/patches/patch-lib_builtins_gcc__personality__v0.c
@@ -7,9 +7,9 @@ $NetBSD$
  #endif
  
 +#if defined(__NetBSD__)
-+#define TYPE_UNWIND_PTR (void *)
++#define TYPE_UNWIND_PTR void*
 +#else
-+#define TYPE_UNWIND_PTR (uintptr_t)
++#define TYPE_UNWIND_PTR uintptr_t
 +#endif
 +
  /*


Home | Main Index | Thread Index | Old Index