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:
parent
69c06b0c7f
commit
5eae614b13
@ -405,7 +405,6 @@ err2: syslog(LOG_WARNING,
|
||||
exit(1);
|
||||
}
|
||||
}
|
||||
(void)printf("\n");
|
||||
(void)close(ifd);
|
||||
if (compress)
|
||||
(void)fclose(fp);
|
||||
|
Loading…
Reference in New Issue
Block a user