summary refs log tree commit diff
path: root/pkgs/development/libraries/libchop/size_t.patch
blob: 82b6cb995ef36afaa1a16b95600244c3861de8d3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- a/src/chop.c
+++ b/src/chop.c
@@ -539,7 +539,7 @@ extern const chop_class_t chop_gdbm_bloc
   chop_qdbm_block_iterator_class;
 
 const struct chop_class_entry *
-chop_lookup_class_entry (const char *str, unsigned int len);
+chop_lookup_class_entry (const char *str, size_t len);
 
 /* Include the gperf-generated perfect hash table.  */
 #include "class-lookup.c"