summaryrefslogtreecommitdiff
path: root/libihash/ChangeLog
diff options
context:
space:
mode:
authorMarcus Brinkmann <marcus@gnu.org>2004-03-06 23:21:40 +0000
committerMarcus Brinkmann <marcus@gnu.org>2004-03-06 23:21:40 +0000
commit8fa843fb18e9a934e746dffaebca66670c603967 (patch)
treec2807714d1d03796d5448794fed25dab952c5ad6 /libihash/ChangeLog
parent6f10d4f6fe25e37efabf45c3a6b5cf573f4bd66c (diff)
2004-03-07 Marcus Brinkmann <marcus@gnu.org>
* 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.
Diffstat (limited to 'libihash/ChangeLog')
-rw-r--r--libihash/ChangeLog10
1 files changed, 10 insertions, 0 deletions
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 <marcus@gnu.org>
+
+ * 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 <marcus@gnu.org>
* ihash.c: Rewritten.