From 8fa843fb18e9a934e746dffaebca66670c603967 Mon Sep 17 00:00:00 2001 From: Marcus Brinkmann Date: Sat, 6 Mar 2004 23:21:40 +0000 Subject: 2004-03-07 Marcus Brinkmann * ihash.h (HURD_IHASH_NO_LOCP): Change to INTPTR_MIN. (struct hurd_ihash): Change type of locp_offset from off_t to intptr_t. (hurd_ihash_init): Likewise in prototype. (hurd_ihash_create): Likewise in prototype. * ihash.c (hurd_ihash_init): Likewise in definition. (hurd_ihash_create): Likewise in definition. --- libihash/ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'libihash/ChangeLog') diff --git a/libihash/ChangeLog b/libihash/ChangeLog index 5e662950..1d71c115 100644 --- a/libihash/ChangeLog +++ b/libihash/ChangeLog @@ -1,3 +1,13 @@ +2004-03-07 Marcus Brinkmann + + * ihash.h (HURD_IHASH_NO_LOCP): Change to INTPTR_MIN. + (struct hurd_ihash): Change type of locp_offset from off_t to + intptr_t. + (hurd_ihash_init): Likewise in prototype. + (hurd_ihash_create): Likewise in prototype. + * ihash.c (hurd_ihash_init): Likewise in definition. + (hurd_ihash_create): Likewise in definition. + 2003-08-17 Marcus Brinkmann * ihash.c: Rewritten. -- cgit v1.2.3