malloc.c:15: error: syntax error before 'mmalloc_base' malloc.c:15: warning: initialization makes integer from pointer without a cast malloc.c:15: warning: data definition has no type or storage class make[1]: *** [malloc.o] Error 1 make: *** [files] Error 2
Add this at line 13:
#include <sys/types.h>
and it should compile. I tested it against my local MOO and it worked fine.
FOAF updates: Trust rankings are now exported, making the data available to other users and websites. An external FOAF URI has been added, allowing users to link to an additional FOAF file.
Keep up with the latest Advogato features by reading the Advogato status blog.
If you're a C programmer with some spare time, take a look at the mod_virgule project page and help us with one of the tasks on the ToDo list!