(no message)
authorBill Joy <wnj@ucbvax.Berkeley.EDU>
Sat, 2 Jul 1983 14:04:54 +0000 (06:04 -0800)
committerBill Joy <wnj@ucbvax.Berkeley.EDU>
Sat, 2 Jul 1983 14:04:54 +0000 (06:04 -0800)
SCCS-vsn: usr.sbin/sendmail/src/arpadate.c 3.12
SCCS-vsn: usr.sbin/sendmail/src/envelope.c 3.16

usr/src/usr.sbin/sendmail/src/arpadate.c
usr/src/usr.sbin/sendmail/src/envelope.c

index 4140f28..e84a6c9 100644 (file)
@@ -1,13 +1,13 @@
 # include "conf.h"
 # include "conf.h"
 # include "conf.h"
 # include "conf.h"
-# include <time.h>
+# include <sys/time.h>
 # ifndef V6
 # include <sys/types.h>
 # include <sys/timeb.h>
 # endif
 # include "useful.h"
 
 # ifndef V6
 # include <sys/types.h>
 # include <sys/timeb.h>
 # endif
 # include "useful.h"
 
-SCCSID(@(#)arpadate.c  3.11            %G%);
+SCCSID(@(#)arpadate.c  3.12            %G%);
 
 /*
 **  ARPADATE -- Create date in ARPANET format
 
 /*
 **  ARPADATE -- Create date in ARPANET format
index 633d46f..29a2531 100644 (file)
@@ -1,9 +1,9 @@
 #include <pwd.h>
 #include <pwd.h>
-#include <time.h>
+#include <sys/time.h>
 #include "sendmail.h"
 #include <sys/stat.h>
 
 #include "sendmail.h"
 #include <sys/stat.h>
 
-SCCSID(@(#)envelope.c  3.15            %G%);
+SCCSID(@(#)envelope.c  3.16            %G%);
 
 /*
 **  NEWENVELOPE -- allocate a new envelope
 
 /*
 **  NEWENVELOPE -- allocate a new envelope