diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 2002-04-19 09:38:45 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 2002-04-19 09:38:45 +0000 |
| commit | dce9aaab451b03ebd5a15ff5cc014ab2618756e1 (patch) | |
| tree | a00a17db2e1a6a3194569660efb740359b9c3257 /sbin | |
| parent | 95c24b31df57281b88673ed96e9efbd8767c54a1 (diff) | |
Notes
Diffstat (limited to 'sbin')
| -rw-r--r-- | sbin/savecore/savecore.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sbin/savecore/savecore.c b/sbin/savecore/savecore.c index 2c95d49faa5d..7e574d3cd136 100644 --- a/sbin/savecore/savecore.c +++ b/sbin/savecore/savecore.c @@ -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); } |
