u_int32_t to time_t for last mstamp

This commit is contained in:
Joris Vink 2013-05-01 21:25:08 +02:00
parent a9ebf37cae
commit df6ebe3568
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ main(int argc, char *argv[])
fprintf(hdr, "extern u_int8_t *static_%s_%s;\n", ext, argv[2]);
fprintf(hdr, "extern u_int32_t static_len_%s_%s;\n", ext, argv[2]);
fprintf(hdr, "extern u_int32_t static_mtime_%s_%s;\n", ext, argv[2]);
fprintf(hdr, "extern time_t static_mtime_%s_%s;\n", ext, argv[2]);
fclose(hdr);
return (0);