diff options
author | Peter Wemm <peter@FreeBSD.org> | 1997-11-10 01:58:17 +0000 |
---|---|---|
committer | Peter Wemm <peter@FreeBSD.org> | 1997-11-10 01:58:17 +0000 |
commit | ff37c899d76b8a843614fb348674c7e94e4f53ce (patch) | |
tree | ec1e00a87146aa91a3fe520fcbd0e82387524022 /usr.sbin/sendmail/src/usersmtp.c | |
parent | e54babdf0c067b521dc066286e05db2ab1add3df (diff) |
Notes
Diffstat (limited to 'usr.sbin/sendmail/src/usersmtp.c')
-rw-r--r-- | usr.sbin/sendmail/src/usersmtp.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/usr.sbin/sendmail/src/usersmtp.c b/usr.sbin/sendmail/src/usersmtp.c index 475a0dc2aa25..b088d6089438 100644 --- a/usr.sbin/sendmail/src/usersmtp.c +++ b/usr.sbin/sendmail/src/usersmtp.c @@ -36,9 +36,9 @@ #ifndef lint #if SMTP -static char sccsid[] = "@(#)usersmtp.c 8.87 (Berkeley) 6/3/97 (with SMTP)"; +static char sccsid[] = "@(#)usersmtp.c 8.88 (Berkeley) 10/20/97 (with SMTP)"; #else -static char sccsid[] = "@(#)usersmtp.c 8.87 (Berkeley) 6/3/97 (without SMTP)"; +static char sccsid[] = "@(#)usersmtp.c 8.88 (Berkeley) 10/20/97 (without SMTP)"; #endif #endif /* not lint */ @@ -60,7 +60,6 @@ static char sccsid[] = "@(#)usersmtp.c 8.87 (Berkeley) 6/3/97 (without SMTP)"; char SmtpMsgBuffer[MAXLINE]; /* buffer for commands */ char SmtpReplyBuffer[MAXLINE]; /* buffer for replies */ char SmtpError[MAXLINE] = ""; /* save failure error messages */ -int SmtpPid; /* pid of mailer */ bool SmtpNeedIntro; /* need "while talking" in transcript */ extern void smtpmessage __P((char *f, MAILER *m, MCI *mci, ...)); |