Push the .info file contents out when we're done so people can

read the description while the megs shift from one place to another.
This commit is contained in:
Poul-Henning Kamp 2002-04-19 09:38:45 +00:00
parent 95c24b31df
commit dce9aaab45
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=95039

View File

@ -74,6 +74,7 @@ printheader(FILE *f, const struct kerneldumpheader *h, const char *device,
fprintf(f, " Versionstring: %s", h->versionstring);
fprintf(f, " Panicstring: %s\n", h->panicstring);
fprintf(f, " MD5: %s\n", md5);
fflush(f);
}