From 890d2773b7323cea2beb4b0c4ac32cb6b027ab1b Mon Sep 17 00:00:00 2001 From: Eric Allman Date: Tue, 20 Jun 1995 16:37:37 -0800 Subject: [PATCH] better error message SCCS-vsn: usr.sbin/sendmail/src/daemon.c 8.104 --- usr/src/usr.sbin/sendmail/src/daemon.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/usr/src/usr.sbin/sendmail/src/daemon.c b/usr/src/usr.sbin/sendmail/src/daemon.c index 6c41a78d84..71b668598e 100644 --- a/usr/src/usr.sbin/sendmail/src/daemon.c +++ b/usr/src/usr.sbin/sendmail/src/daemon.c @@ -12,9 +12,9 @@ #ifndef lint #ifdef DAEMON -static char sccsid[] = "@(#)daemon.c 8.103 (Berkeley) %G% (with daemon mode)"; +static char sccsid[] = "@(#)daemon.c 8.104 (Berkeley) %G% (with daemon mode)"; #else -static char sccsid[] = "@(#)daemon.c 8.103 (Berkeley) %G% (without daemon mode)"; +static char sccsid[] = "@(#)daemon.c 8.104 (Berkeley) %G% (without daemon mode)"; #endif #endif /* not lint */ @@ -394,7 +394,7 @@ gothostent: if (s < 0) { sav_errno = errno; - syserr("makeconnection: no socket"); + syserr("makeconnection: cannot create socket"); goto failure; } -- 2.20.1