summaryrefslogtreecommitdiff
path: root/lib/libdrm/xf86drmSL.c
diff options
context:
space:
mode:
authorOwain Ainsworth <oga@cvs.openbsd.org>2010-03-31 06:31:46 +0000
committerOwain Ainsworth <oga@cvs.openbsd.org>2010-03-31 06:31:46 +0000
commit816f287c2b0ba396b7dea04bf6c4ea044659576b (patch)
tree8b6aa64196234d9da2557eab6a1cf47fc841d060 /lib/libdrm/xf86drmSL.c
parent4d6ac936345b34f44235d7724cf472c881b67d1c (diff)
update libdrm to 2.4.15.
This diff seems larger than it is since upstream reindented some sources. This updates libdrm_intel to -current (which only affect the GEM code) and libdrm to 2.4.15. bumping both minor versions. Discussed with matthieu@
Diffstat (limited to 'lib/libdrm/xf86drmSL.c')
-rw-r--r--lib/libdrm/xf86drmSL.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/libdrm/xf86drmSL.c b/lib/libdrm/xf86drmSL.c
index 58aefac71..acddb5411 100644
--- a/lib/libdrm/xf86drmSL.c
+++ b/lib/libdrm/xf86drmSL.c
@@ -265,11 +265,8 @@ int drmSLLookupNeighbors(void *l, unsigned long key,
{
SkipListPtr list = (SkipListPtr)l;
SLEntryPtr update[SL_MAX_LEVEL + 1];
- SLEntryPtr entry;
int retcode = 0;
- entry = SLLocate(list, key, update);
-
*prev_key = *next_key = key;
*prev_value = *next_value = NULL;