strerror => errstring
authorEric Allman <eric@ucbvax.Berkeley.EDU>
Sun, 2 May 1993 00:22:35 +0000 (16:22 -0800)
committerEric Allman <eric@ucbvax.Berkeley.EDU>
Sun, 2 May 1993 00:22:35 +0000 (16:22 -0800)
SCCS-vsn: usr.sbin/sendmail/src/alias.c 6.35

usr/src/usr.sbin/sendmail/src/alias.c

index d755d87..8b1af9d 100644 (file)
@@ -25,15 +25,15 @@ ERROR: DBM is no longer supported -- use NDBM instead.
 #ifndef lint
 #ifdef NEWDB
 #ifdef NDBM
 #ifndef lint
 #ifdef NEWDB
 #ifdef NDBM
-static char sccsid[] = "@(#)alias.c    6.34 (Berkeley) %G% (with NEWDB and NDBM)";
+static char sccsid[] = "@(#)alias.c    6.35 (Berkeley) %G% (with NEWDB and NDBM)";
 #else
 #else
-static char sccsid[] = "@(#)alias.c    6.34 (Berkeley) %G% (with NEWDB)";
+static char sccsid[] = "@(#)alias.c    6.35 (Berkeley) %G% (with NEWDB)";
 #endif
 #else
 #ifdef NDBM
 #endif
 #else
 #ifdef NDBM
-static char sccsid[] = "@(#)alias.c    6.34 (Berkeley) %G% (with NDBM)";
+static char sccsid[] = "@(#)alias.c    6.35 (Berkeley) %G% (with NDBM)";
 #else
 #else
-static char sccsid[] = "@(#)alias.c    6.34 (Berkeley) %G% (without NEWDB or NDBM)";
+static char sccsid[] = "@(#)alias.c    6.35 (Berkeley) %G% (without NEWDB or NDBM)";
 #endif
 #endif
 #endif /* not lint */
 #endif
 #endif
 #endif /* not lint */
@@ -962,7 +962,7 @@ forward(user, sendq, e)
                                syslog(LOG_NOTICE, "%s: forward %s: transient error: %e",
                                        e->e_id, buf);
 #endif
                                syslog(LOG_NOTICE, "%s: forward %s: transient error: %e",
                                        e->e_id, buf);
 #endif
-                       message("%s: %s: message queued", buf, strerror(err));
+                       message("%s: %s: message queued", buf, errstring(err));
                        user->q_flags |= QQUEUEUP|QDONTSEND;
                        return;
                }
                        user->q_flags |= QQUEUEUP|QDONTSEND;
                        return;
                }