From d727056e5ba73e518d16302c3cf10b9aa47de63a Mon Sep 17 00:00:00 2001 From: Eric Allman Date: Tue, 20 Oct 1981 08:14:53 -0800 Subject: [PATCH] add id keywords SCCS-vsn: usr.sbin/sendmail/src/srvrsmtp.c 3.2 --- usr/src/usr.sbin/sendmail/src/srvrsmtp.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/usr/src/usr.sbin/sendmail/src/srvrsmtp.c b/usr/src/usr.sbin/sendmail/src/srvrsmtp.c index 2b48b5706a..b0efbbd551 100644 --- a/usr/src/usr.sbin/sendmail/src/srvrsmtp.c +++ b/usr/src/usr.sbin/sendmail/src/srvrsmtp.c @@ -1,5 +1,7 @@ # include "sendmail.h" +static char SccsId[] = "@(#)srvrsmtp.c 3.2 %G%"; + /* ** SMTP -- run the SMTP protocol. ** -- 2.20.1