From: Eric Allman Date: Wed, 21 Jun 1995 00:37:37 +0000 (-0800) Subject: better error message X-Git-Url: https://git.subgeniuskitty.com/unix-history/.git/commitdiff_plain/890d2773b7323cea2beb4b0c4ac32cb6b027ab1b better error message SCCS-vsn: usr.sbin/sendmail/src/daemon.c 8.104 --- 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; }