pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/haproxy/patches Remove obsolete patch (not in dist...
details: https://anonhg.NetBSD.org/pkgsrc/rev/2af8443624bc
branches: trunk
changeset: 349409:2af8443624bc
user: wiz <wiz%pkgsrc.org@localhost>
date: Thu Jul 07 08:55:34 2016 +0000
description:
Remove obsolete patch (not in distinfo)
diffstat:
net/haproxy/patches/patch-include_common_standard.h | 24 ---------------------
1 files changed, 0 insertions(+), 24 deletions(-)
diffs (28 lines):
diff -r 7cd66477eb60 -r 2af8443624bc net/haproxy/patches/patch-include_common_standard.h
--- a/net/haproxy/patches/patch-include_common_standard.h Thu Jul 07 08:39:27 2016 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,24 +0,0 @@
-$NetBSD: patch-include_common_standard.h,v 1.1 2016/02/01 10:07:56 jperkin Exp $
-
-Fix build on SunOS.
-
---- include/common/standard.h.orig 2015-11-03 10:22:06.000000000 +0000
-+++ include/common/standard.h
-@@ -1004,7 +1004,7 @@ static inline unsigned char utf8_return_
- * the whole code is optimized out. In little endian, with a decent compiler,
- * a few bswap and 2 shifts are left, which is the minimum acceptable.
- */
--#ifndef htonll
-+#if !defined(htonll) && !defined(__sun)
- static inline unsigned long long htonll(unsigned long long a)
- {
- union {
-@@ -1019,7 +1019,7 @@ static inline unsigned long long htonll(
- #endif
-
- /* Turns 64-bit value <a> from network byte order to host byte order. */
--#ifndef ntohll
-+#if !defined(ntohll) && !defined(__sun)
- static inline unsigned long long ntohll(unsigned long long a)
- {
- return htonll(a);
Home |
Main Index |
Thread Index |
Old Index