mirror of
https://github.com/jorisvink/kore
synced 2025-03-09 04:29:02 -04:00
u_int32_t to time_t for last mstamp
This commit is contained in:
parent
a9ebf37cae
commit
df6ebe3568
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user