aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/ppp/command.c
diff options
context:
space:
mode:
authorBrian Somers <brian@FreeBSD.org>1997-08-31 22:59:49 +0000
committerBrian Somers <brian@FreeBSD.org>1997-08-31 22:59:49 +0000
commitafc7fa2c1861073374a6ce299bb927fd4f6762cd (patch)
tree6a0307f96c2530e592e3441571d344febe0f99dd /usr.sbin/ppp/command.c
parentf3086365a3a2c496f3a9d2daef38c235067dbd48 (diff)
Notes
Diffstat (limited to 'usr.sbin/ppp/command.c')
-rw-r--r--usr.sbin/ppp/command.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/ppp/command.c b/usr.sbin/ppp/command.c
index ba06fa092e403..78aee535d0d5a 100644
--- a/usr.sbin/ppp/command.c
+++ b/usr.sbin/ppp/command.c
@@ -17,7 +17,7 @@
* IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
* WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
*
- * $Id: command.c,v 1.74 1997/08/21 17:07:30 brian Exp $
+ * $Id: command.c,v 1.75 1997/08/25 00:29:08 brian Exp $
*
*/
#include <sys/types.h>
@@ -296,7 +296,7 @@ ShellCommand(struct cmdtab const * cmdlist, int argc, char **argv, int bg)
p = getpid();
if (daemon(1, 1) == -1) {
- LogPrintf(LogERROR, "%d: daemon: %s", p, strerror(errno));
+ LogPrintf(LogERROR, "%d: daemon: %s\n", p, strerror(errno));
exit(1);
}
}