https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=171268
--- compress/main_tbuild.c.orig 2012-09-02 23:50:51.000000000 +0000
+++ compress/main_tbuild.c 2012-09-02 23:52:17.000000000 +0000
char comp_dir[MAX_LINE_LEN];
int threshold, specialwords;
--- compress/misc.c.orig 2012-09-02 23:45:51.000000000 +0000
+++ compress/misc.c 2012-09-02 23:46:13.000000000 +0000
+void uninitialize_common()
initialize_common_done = 0;
--- get_filename.c.orig 2012-09-03 00:16:47.000000000 +0000
+++ get_filename.c 2012-09-03 00:16:59.000000000 +0000
-get_filenames(index_vect, argc, argv, dummylen, dummypat, file_num)
+void get_filenames(index_vect, argc, argv, dummylen, dummypat, file_num)
int argc; /* the arguments to agrep for -F */
--- get_index.c.orig 2012-09-03 00:24:59.000000000 +0000
+++ get_index.c 2012-09-03 00:25:14.000000000 +0000
/* Unions offset lists list2 with list1 sorted in increasing order (deletes elements from list2) => changes both list1 and list2: f += #elems added */
-sorted_union(list1, list2, f, pf, cf)
+void sorted_union(list1, list2, f, pf, cf)
struct offsets **list1, **list2;
/* Intersects offset lists list2 with list1 sorted in increasing order (deletes elements from list2) => changes both list1 and list2 */
-sorted_intersection(filenum, list1, list2, f)
+void sorted_intersection(filenum, list1, list2, f)
struct offsets **list1, **list2;
--- index/build_in.c.orig 2012-09-03 00:03:28.000000000 +0000
+++ index/build_in.c 2012-09-03 00:15:01.000000000 +0000
extern struct stat excstbuf;
extern struct stat incstbuf;
+void merge_in(FILE *, FILE *, FILE *);
+void remove_filename(int, int);
extern int ICurrentFileOffset;
extern int NextICurrentFileOffset;
extern int HashTableSize;
struct token **hash_table; /*[MAX_64K_HASH];*/
input: a set of filenames in name_list[], a partition table p_table[]
output: a hash table hash_table[].