Anyone using SourcePuller under FreeBSD?
I've downloaded SourcePuller to see if it runs under FreeBSD so that I can submit a port for SourcePuller to the FreeBSD project for others who are interested in the software. It's been a while since I've hacked any decent c code so the question is:
Compiling libsccs/open.c
In file included from libsccs/libsccs.h:346,
from libsccs/open.c:32:
libsccs/proto.h:162: error: syntax error before "comparison_fn_t"
*** Error code 1
Do you see anything weird in this snipbit of code?
void string_list_sort(const char **list);
const void *find_in_sorted_list(const void *el, const void *list,
unsigned count, size_t elsize,
comparison_fn_t cmp);
int interpret_timezone(const char *s);