Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 27 Oct 2015 18:01:29 +0000 (UTC)
From:      Steve Wills <swills@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r400333 - head/databases/memcached/files
Message-ID:  <201510271801.t9RI1TZZ004359@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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];
+ 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201510271801.t9RI1TZZ004359>