Remove a newline from the output of savecore(8), so the bogus number

1024 that used to remain on a line of its own after savecore completed
its job will be overwritten later in the /etc/rc process.

Reviewed by:
Submitted by:	graichen@sirius.physik.fu-berlin.de (Thomas Graichen)
Obtained from:
This commit is contained in:
Joerg Wunsch 1995-07-30 13:10:56 +00:00
parent 69c06b0c7f
commit 5eae614b13
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=9795

View File

@ -405,7 +405,6 @@ err2: syslog(LOG_WARNING,
exit(1);
}
}
(void)printf("\n");
(void)close(ifd);
if (compress)
(void)fclose(fp);