changes from MRH for USG UNIX 5.0
authorEric Allman <eric@ucbvax.Berkeley.EDU>
Sun, 27 Mar 1983 06:27:30 +0000 (22:27 -0800)
committerEric Allman <eric@ucbvax.Berkeley.EDU>
Sun, 27 Mar 1983 06:27:30 +0000 (22:27 -0800)
SCCS-mr: usr.sbin/sendmail/src/clock.c 214
SCCS-mr: usr.sbin/sendmail/src/stats.c 214
SCCS-mr: usr.sbin/sendmail/src/srvrsmtp.c 214
SCCS-vsn: usr.sbin/sendmail/src/clock.c 3.14
SCCS-vsn: usr.sbin/sendmail/src/stats.c 3.6
SCCS-vsn: usr.sbin/sendmail/src/srvrsmtp.c 3.48

usr/src/usr.sbin/sendmail/src/clock.c
usr/src/usr.sbin/sendmail/src/srvrsmtp.c
usr/src/usr.sbin/sendmail/src/stats.c

index 58b6a21..7e108ae 100644 (file)
@@ -1,6 +1,7 @@
 # include "sendmail.h"
 # include "sendmail.h"
+# include <signal.h>
 
 
-SCCSID(@(#)clock.c     3.13            %G%);
+SCCSID(@(#)clock.c     3.14            %G%);
 
 /*
 **  SETEVENT -- set an event to happen at a specific time.
 
 /*
 **  SETEVENT -- set an event to happen at a specific time.
index 1cc5c42..b488206 100644 (file)
@@ -1,11 +1,12 @@
 # include <errno.h>
 # include "sendmail.h"
 # include <errno.h>
 # include "sendmail.h"
+# include <signal.h>
 
 # ifndef SMTP
 
 # ifndef SMTP
-SCCSID(@(#)srvrsmtp.c  3.47            %G%     (no SMTP));
+SCCSID(@(#)srvrsmtp.c  3.48            %G%     (no SMTP));
 # else SMTP
 
 # else SMTP
 
-SCCSID(@(#)srvrsmtp.c  3.47            %G%);
+SCCSID(@(#)srvrsmtp.c  3.48            %G%);
 
 /*
 **  SMTP -- run the SMTP protocol.
 
 /*
 **  SMTP -- run the SMTP protocol.
index 1b43142..8bd405e 100644 (file)
@@ -1,6 +1,6 @@
 # include "sendmail.h"
 
 # include "sendmail.h"
 
-SCCSID(@(#)stats.c     3.5             %G%);
+SCCSID(@(#)stats.c     3.6             %G%);
 
 /*
 **  Statistics structure.
 
 /*
 **  Statistics structure.
@@ -50,8 +50,6 @@ markstats(e, to)
 **             merges the Stat structure with the sfile file.
 */
 
 **             merges the Stat structure with the sfile file.
 */
 
-struct statistics      Stat;
-
 poststats(sfile)
        char *sfile;
 {
 poststats(sfile)
        char *sfile;
 {