Fix bug in $w and $=w setup; truncate output to seven bits if the "limits"
authorEric Allman <eric@ucbvax.Berkeley.EDU>
Fri, 25 Feb 1983 10:55:32 +0000 (02:55 -0800)
committerEric Allman <eric@ucbvax.Berkeley.EDU>
Fri, 25 Feb 1983 10:55:32 +0000 (02:55 -0800)
flag is set to insure that nothing can be sent that looks like TELNET
protocol

SCCS-mr: usr.sbin/sendmail/src/version.c 162, 192
SCCS-vsn: usr.sbin/sendmail/src/version.c 3.315

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

index d6c0bef..1977cd0 100644 (file)
@@ -1,5 +1,5 @@
 # ifndef lint
 # ifndef lint
-static char    SccsId[] = "@(#)SendMail version 3.314 of %G%";
+static char    SccsId[] = "@(#)SendMail version 3.315 of %G%";
 # endif lint
 
 # endif lint
 
-char   Version[] = "3.314";
+char   Version[] = "3.315";