File fortify.diff of Package rekall
--- support/dbtcp/dbug.c +++ support/dbtcp/dbug.c @@ -203,7 +203,9 @@ IMPORT int fclose (); /* Close a stream */ IMPORT FILE *fopen (); /* Open a stream */ /*IMPORT int fprintf (); Formatted print on file */ +#ifndef vfprintf IMPORT int vfprintf (); /* Varargs form of fprintf */ +#endif IMPORT VOID free (); IMPORT char *malloc (); /* Allocate memory */ IMPORT int strlen ();