From 5eae614b135b037f3521c0a9a103549456c80fe9 Mon Sep 17 00:00:00 2001 From: Joerg Wunsch Date: Sun, 30 Jul 1995 13:10:56 +0000 Subject: [PATCH] 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: --- sbin/savecore/savecore.c | 1 - 1 file changed, 1 deletion(-) diff --git a/sbin/savecore/savecore.c b/sbin/savecore/savecore.c index cd106f05f166..40e2b375ed40 100644 --- a/sbin/savecore/savecore.c +++ b/sbin/savecore/savecore.c @@ -405,7 +405,6 @@ err2: syslog(LOG_WARNING, exit(1); } } - (void)printf("\n"); (void)close(ifd); if (compress) (void)fclose(fp);