put true current time on SMTP greeting message; drop >From hack (this belongs
authorEric Allman <eric@ucbvax.Berkeley.EDU>
Mon, 18 Apr 1983 08:19:04 +0000 (00:19 -0800)
committerEric Allman <eric@ucbvax.Berkeley.EDU>
Mon, 18 Apr 1983 08:19:04 +0000 (00:19 -0800)
in the mailer if needed); fix bogus errno problems (clear errno in many
places); fix *(0) problems

SCCS-mr: usr.sbin/sendmail/src/version.c 199, 218, 221, 224
SCCS-vsn: usr.sbin/sendmail/src/version.c 3.333

usr/src/usr.sbin/sendmail/src/version.c

index dbc65cc..f5bb174 100644 (file)
@@ -1,5 +1,5 @@
 # ifndef lint
 # ifndef lint
-static char    SccsId[] = "@(#)SendMail version 3.332 of %G%";
+static char    SccsId[] = "@(#)SendMail version 3.333 of %G%";
 # endif lint
 
 # endif lint
 
-char   Version[] = "3.332";
+char   Version[] = "3.333";