Loading...
--- Libc/Libc-825.26/stdlib/FreeBSD/strhash.c
+++ Libc/Libc-583/stdlib/FreeBSD/strhash.c
@@ -85,7 +85,6 @@
static int _hash(int size, char *key);
static hash_node *list_find(caddr_t key, hash_node *head);
-static int assign_key(char *key, hash_node *node);
/*
@@ -242,6 +241,8 @@
}
else{
if (datum){
+
+ static int assign_key();
hash_node *new = (hash_node *)malloc(sizeof(hash_node));