mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
databases/memcached: fix build with ccache on 64bit systems
PR: 203219
This commit is contained in:
parent
65be594eb2
commit
e7cb3e0761
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=400333
1 changed files with 10 additions and 0 deletions
10
databases/memcached/files/patch-items.c
Normal file
10
databases/memcached/files/patch-items.c
Normal file
|
@ -0,0 +1,10 @@
|
|||
--- items.c.orig 2015-10-27 17:57:02 UTC
|
||||
+++ items.c
|
||||
@@ -1138,7 +1138,6 @@ static item *crawler_crawl_q(item *it) {
|
||||
item **head, **tail;
|
||||
assert(it->it_flags == 1);
|
||||
assert(it->nbytes == 0);
|
||||
- assert(it->slabs_clsid < LARGEST_ID);
|
||||
head = &heads[it->slabs_clsid];
|
||||
tail = &tails[it->slabs_clsid];
|
||||
|
Loading…
Add table
Reference in a new issue