move #include <sys/stat.h> into conf.h
authorEric Allman <eric@ucbvax.Berkeley.EDU>
Wed, 28 Apr 1993 09:52:04 +0000 (01:52 -0800)
committerEric Allman <eric@ucbvax.Berkeley.EDU>
Wed, 28 Apr 1993 09:52:04 +0000 (01:52 -0800)
SCCS-vsn: usr.sbin/sendmail/src/recipient.c 6.37
SCCS-vsn: usr.sbin/sendmail/src/main.c 6.59
SCCS-vsn: usr.sbin/sendmail/src/envelope.c 6.33
SCCS-vsn: usr.sbin/sendmail/src/readcf.c 6.31
SCCS-vsn: usr.sbin/sendmail/src/deliver.c 6.68
SCCS-vsn: usr.sbin/sendmail/src/queue.c 6.52
SCCS-vsn: usr.sbin/sendmail/src/alias.c 6.33

usr/src/usr.sbin/sendmail/src/alias.c
usr/src/usr.sbin/sendmail/src/deliver.c
usr/src/usr.sbin/sendmail/src/envelope.c
usr/src/usr.sbin/sendmail/src/main.c
usr/src/usr.sbin/sendmail/src/queue.c
usr/src/usr.sbin/sendmail/src/readcf.c
usr/src/usr.sbin/sendmail/src/recipient.c

index 8298a51..a8cdb83 100644 (file)
@@ -7,7 +7,6 @@
  */
 
 # include "sendmail.h"
  */
 
 # include "sendmail.h"
-# include <sys/stat.h>
 # include <signal.h>
 # include <pwd.h>
 
 # include <signal.h>
 # include <pwd.h>
 
@@ -26,15 +25,15 @@ ERROR: DBM is no longer supported -- use NDBM instead.
 #ifndef lint
 #ifdef NEWDB
 #ifdef NDBM
 #ifndef lint
 #ifdef NEWDB
 #ifdef NDBM
-static char sccsid[] = "@(#)alias.c    6.32 (Berkeley) %G% (with NEWDB and NDBM)";
+static char sccsid[] = "@(#)alias.c    6.33 (Berkeley) %G% (with NEWDB and NDBM)";
 #else
 #else
-static char sccsid[] = "@(#)alias.c    6.32 (Berkeley) %G% (with NEWDB)";
+static char sccsid[] = "@(#)alias.c    6.33 (Berkeley) %G% (with NEWDB)";
 #endif
 #else
 #ifdef NDBM
 #endif
 #else
 #ifdef NDBM
-static char sccsid[] = "@(#)alias.c    6.32 (Berkeley) %G% (with NDBM)";
+static char sccsid[] = "@(#)alias.c    6.33 (Berkeley) %G% (with NDBM)";
 #else
 #else
-static char sccsid[] = "@(#)alias.c    6.32 (Berkeley) %G% (without NEWDB or NDBM)";
+static char sccsid[] = "@(#)alias.c    6.33 (Berkeley) %G% (without NEWDB or NDBM)";
 #endif
 #endif
 #endif /* not lint */
 #endif
 #endif
 #endif /* not lint */
index 9b97bc0..2a5aaa1 100644 (file)
@@ -7,12 +7,11 @@
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)deliver.c  6.67 (Berkeley) %G%";
+static char sccsid[] = "@(#)deliver.c  6.68 (Berkeley) %G%";
 #endif /* not lint */
 
 #include "sendmail.h"
 #include <signal.h>
 #endif /* not lint */
 
 #include "sendmail.h"
 #include <signal.h>
-#include <sys/stat.h>
 #include <netdb.h>
 #include <errno.h>
 #ifdef NAMED_BIND
 #include <netdb.h>
 #include <errno.h>
 #ifdef NAMED_BIND
index df0ddd2..9ef6aaa 100644 (file)
@@ -7,12 +7,11 @@
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)envelope.c 6.32 (Berkeley) %G%";
+static char sccsid[] = "@(#)envelope.c 6.33 (Berkeley) %G%";
 #endif /* not lint */
 
 #include "sendmail.h"
 #include <sys/time.h>
 #endif /* not lint */
 
 #include "sendmail.h"
 #include <sys/time.h>
-#include <sys/stat.h>
 #include <pwd.h>
 
 /*
 #include <pwd.h>
 
 /*
index cbcda53..dbdbf00 100644 (file)
@@ -13,13 +13,12 @@ char copyright[] =
 #endif /* not lint */
 
 #ifndef lint
 #endif /* not lint */
 
 #ifndef lint
-static char sccsid[] = "@(#)main.c     6.58 (Berkeley) %G%";
+static char sccsid[] = "@(#)main.c     6.59 (Berkeley) %G%";
 #endif /* not lint */
 
 #define        _DEFINE
 
 #include "sendmail.h"
 #endif /* not lint */
 
 #define        _DEFINE
 
 #include "sendmail.h"
-#include <sys/stat.h>
 #include <signal.h>
 #include <sgtty.h>
 #ifdef NAMED_BIND
 #include <signal.h>
 #include <sgtty.h>
 #ifdef NAMED_BIND
index 8ac8f9f..cb07dd8 100644 (file)
 
 #ifndef lint
 #ifdef QUEUE
 
 #ifndef lint
 #ifdef QUEUE
-static char sccsid[] = "@(#)queue.c    6.51 (Berkeley) %G% (with queueing)";
+static char sccsid[] = "@(#)queue.c    6.52 (Berkeley) %G% (with queueing)";
 #else
 #else
-static char sccsid[] = "@(#)queue.c    6.51 (Berkeley) %G% (without queueing)";
+static char sccsid[] = "@(#)queue.c    6.52 (Berkeley) %G% (without queueing)";
 #endif
 #endif /* not lint */
 
 #endif
 #endif /* not lint */
 
-# include <sys/stat.h>
 # include <sys/dir.h>
 # include <signal.h>
 # include <errno.h>
 # include <sys/dir.h>
 # include <signal.h>
 # include <errno.h>
index 48067ea..9b6862a 100644 (file)
@@ -7,11 +7,10 @@
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)readcf.c   6.30 (Berkeley) %G%";
+static char sccsid[] = "@(#)readcf.c   6.31 (Berkeley) %G%";
 #endif /* not lint */
 
 # include "sendmail.h"
 #endif /* not lint */
 
 # include "sendmail.h"
-# include <sys/stat.h>
 #ifdef NAMED_BIND
 # include <arpa/nameser.h>
 # include <resolv.h>
 #ifdef NAMED_BIND
 # include <arpa/nameser.h>
 # include <resolv.h>
index ce11b05..839e85d 100644 (file)
@@ -7,11 +7,10 @@
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)recipient.c        6.36 (Berkeley) %G%";
+static char sccsid[] = "@(#)recipient.c        6.37 (Berkeley) %G%";
 #endif /* not lint */
 
 # include "sendmail.h"
 #endif /* not lint */
 
 # include "sendmail.h"
-# include <sys/stat.h>
 # include <pwd.h>
 
 /*
 # include <pwd.h>
 
 /*