summaryrefslogtreecommitdiff
path: root/libihash
diff options
context:
space:
mode:
Diffstat (limited to 'libihash')
-rw-r--r--libihash/Makefile4
-rw-r--r--libihash/ihash.c2
2 files changed, 2 insertions, 4 deletions
diff --git a/libihash/Makefile b/libihash/Makefile
index e0258241..09bb1362 100644
--- a/libihash/Makefile
+++ b/libihash/Makefile
@@ -1,5 +1,4 @@
-#
-# Copyright (C) 1995, 1996, 2001, 2003 Free Software Foundation, Inc.
+# Copyright (C) 1995, 1996, 2001, 2003, 2012 Free Software Foundation, Inc.
#
# This file is part of the GNU Hurd.
#
@@ -23,7 +22,6 @@ makemode := library
libname := libihash
SRCS = ihash.c
installhdrs = ihash.h
-LCLHDRS = $(installhdrs)
OBJS = $(SRCS:.c=.o)
diff --git a/libihash/ihash.c b/libihash/ihash.c
index 05d53ced..fe9eaedf 100644
--- a/libihash/ihash.c
+++ b/libihash/ihash.c
@@ -349,7 +349,7 @@ hurd_ihash_add (hurd_ihash_t ht, hurd_ihash_key_t key, hurd_ihash_value_t item)
{
struct hurd_ihash old_ht = *ht;
int was_added;
- int i;
+ unsigned int i;
if (ht->size)
{