diff options
author | Dmitry Sivachenko <demon@FreeBSD.org> | 2020-07-26 08:01:07 +0000 |
---|---|---|
committer | Dmitry Sivachenko <demon@FreeBSD.org> | 2020-07-26 08:01:07 +0000 |
commit | ca6e4584d8df418a91bdbdb6194ccb91875ce481 (patch) | |
tree | 2ed8d88155a471794c5e28ba6d3dc9a81604b573 /net/haproxy/files | |
parent | Separate 2.0 version of haproxy into it's own port, (diff) |
Update to version 2.2.1.
Diffstat (limited to 'net/haproxy/files')
-rw-r--r-- | net/haproxy/files/patch-include-haproxy-atomic.h (renamed from net/haproxy/files/patch-include-common-hathreads.h) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/haproxy/files/patch-include-common-hathreads.h b/net/haproxy/files/patch-include-haproxy-atomic.h index eddbc9a6e072..d8b7c8ea15cb 100644 --- a/net/haproxy/files/patch-include-common-hathreads.h +++ b/net/haproxy/files/patch-include-haproxy-atomic.h @@ -1,5 +1,5 @@ ---- include/common/hathreads.h.orig 2018-02-17 18:17:22.219400000 +0000 -+++ include/common/hathreads.h 2018-02-17 18:18:44.598422000 +0000 +--- include/haproxy/atomic.h.orig 2018-02-17 18:17:22.219400000 +0000 ++++ include/haproxy/atomic.h 2018-02-17 18:18:44.598422000 +0000 @@ -104,7 +104,7 @@ extern THREAD_LOCAL unsigned long tid_bit; /* The bit /* TODO: thread: For now, we rely on GCC builtins but it could be a good idea to * have a header file regrouping all functions dealing with threads. */ |