about summary refs log tree commit diff
path: root/misc/hsearch_r.c
diff options
context:
space:
mode:
Diffstat (limited to 'misc/hsearch_r.c')
-rw-r--r--misc/hsearch_r.c7
1 files changed, 2 insertions, 5 deletions
diff --git a/misc/hsearch_r.c b/misc/hsearch_r.c
index 9d6cd81c95..7bc04cfee6 100644
--- a/misc/hsearch_r.c
+++ b/misc/hsearch_r.c
@@ -142,11 +142,8 @@ weak_alias (__hdestroy_r, hdestroy_r)
    equality of the stored and the parameter value. This helps to prevent
    unnecessary expensive calls of strcmp.  */
 int
-__hsearch_r (item, action, retval, htab)
-     ENTRY item;
-     ACTION action;
-     ENTRY **retval;
-     struct hsearch_data *htab;
+__hsearch_r (ENTRY item, ACTION action, ENTRY **retval,
+	     struct hsearch_data *htab)
 {
   unsigned int hval;
   unsigned int count;