Add FileMode
authorEric Allman <eric@ucbvax.Berkeley.EDU>
Thu, 4 Nov 1982 02:04:01 +0000 (18:04 -0800)
committerEric Allman <eric@ucbvax.Berkeley.EDU>
Thu, 4 Nov 1982 02:04:01 +0000 (18:04 -0800)
SCCS-mr: usr.sbin/sendmail/src/sendmail.h 059
SCCS-vsn: usr.sbin/sendmail/src/sendmail.h 3.95

usr/src/usr.sbin/sendmail/src/sendmail.h

index 229a13b..8671430 100644 (file)
@@ -7,7 +7,7 @@
 # ifdef _DEFINE
 # define EXTERN
 # ifndef lint
 # ifdef _DEFINE
 # define EXTERN
 # ifndef lint
-static char SmailSccsId[] =    "@(#)sendmail.h 3.94            %G%";
+static char SmailSccsId[] =    "@(#)sendmail.h 3.95            %G%";
 # endif lint
 # else  _DEFINE
 # define EXTERN extern
 # endif lint
 # else  _DEFINE
 # define EXTERN extern
@@ -426,6 +426,7 @@ EXTERN int  MotherPid;      /* proc id of parent process */
 EXTERN int     LineNumber;     /* line number in current input */
 EXTERN int     ReadTimeout;    /* timeout on reads */
 EXTERN int     LogLevel;       /* level of logging to perform */
 EXTERN int     LineNumber;     /* line number in current input */
 EXTERN int     ReadTimeout;    /* timeout on reads */
 EXTERN int     LogLevel;       /* level of logging to perform */
+EXTERN int     FileMode;       /* mode on files */
 EXTERN time_t  QueueIntvl;     /* intervals between running the queue */
 EXTERN char    *HostName;      /* name of this host for SMTP messages */
 EXTERN char    *Transcript;    /* the transcript file name */
 EXTERN time_t  QueueIntvl;     /* intervals between running the queue */
 EXTERN char    *HostName;      /* name of this host for SMTP messages */
 EXTERN char    *Transcript;    /* the transcript file name */