Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/crypto/external/bsd/openssl/dist Drop special case for clang...
details: https://anonhg.NetBSD.org/src/rev/9ba39229fa03
branches: trunk
changeset: 363285:9ba39229fa03
user: joerg <joerg%NetBSD.org@localhost>
date: Tue Jul 17 18:56:24 2018 +0000
description:
Drop special case for clang/aarch64.
diffstat:
crypto/external/bsd/openssl/dist/e_os.h | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diffs (13 lines):
diff -r 98aaee27f860 -r 9ba39229fa03 crypto/external/bsd/openssl/dist/e_os.h
--- a/crypto/external/bsd/openssl/dist/e_os.h Tue Jul 17 18:55:24 2018 +0000
+++ b/crypto/external/bsd/openssl/dist/e_os.h Tue Jul 17 18:56:24 2018 +0000
@@ -32,8 +32,7 @@
/*
* BIO_printf format modifier for [u]int64_t.
*/
-# if !(defined(__aarch64__) && defined(__clang__)) && (defined(__LP64__) || \
- (defined(__SIZEOF_LONG__) && __SIZEOF_LONG__ == 8))
+# if __SIZEOF_LONG__ - 0 == 8
# define BIO_PRI64 "l" /* 'll' does work "universally", but 'l' is
* here to shut -Wformat warnings in LP64... */
# else
Home |
Main Index |
Thread Index |
Old Index