svn commit: r400333 - head/databases/memcached/files

Steve Wills swills at FreeBSD.org
Tue Oct 27 18:01:30 UTC 2015


Author: swills
Date: Tue Oct 27 18:01:28 2015
New Revision: 400333
URL: https://svnweb.freebsd.org/changeset/ports/400333

Log:
  databases/memcached: fix build with ccache on 64bit systems
  
  PR:		203219

Added:
  head/databases/memcached/files/patch-items.c   (contents, props changed)

Added: head/databases/memcached/files/patch-items.c
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/databases/memcached/files/patch-items.c	Tue Oct 27 18:01:28 2015	(r400333)
@@ -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];
+ 


More information about the svn-ports-all mailing list