summaryrefslogtreecommitdiff
path: root/nscd/nscd.h
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2008-05-18 10:56:45 +0000
committerJakub Jelinek <jakub@redhat.com>2008-05-18 10:56:45 +0000
commit21032d9230e840a1f8b89d43e1e8d63ccf7c6eae (patch)
tree4d32b089580a63a332024e526938eb40613e7b27 /nscd/nscd.h
parent4681f435969ca9806da160d3ae564668ddfecfe2 (diff)
Updated to fedora-glibc-20080518T1017cvs/fedora-glibc-2_8_90-3
Diffstat (limited to 'nscd/nscd.h')
-rw-r--r--nscd/nscd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/nscd/nscd.h b/nscd/nscd.h
index 66813e7480..b024017fd4 100644
--- a/nscd/nscd.h
+++ b/nscd/nscd.h
@@ -197,7 +197,7 @@ extern __thread struct mem_in_flight
{
int dbidx;
nscd_ssize_t blocklen;
- void *blockaddr;
+ nscd_ssize_t blockoff;
} block[IDX_last];
struct mem_in_flight *next;