From: Eric Allman Date: Fri, 3 Sep 1993 06:25:04 +0000 (-0800) Subject: add MF_LOCKED flag X-Git-Tag: BSD-4_4_Lite1-Snapshot-Development~1834 X-Git-Url: https://git.subgeniuskitty.com/unix-history/.git/commitdiff_plain/4c9ff4e211af96ea8a4082318d2b03c52d0151ad?ds=inline add MF_LOCKED flag SCCS-vsn: usr.sbin/sendmail/src/sendmail.h 8.18 --- diff --git a/usr/src/usr.sbin/sendmail/src/sendmail.h b/usr/src/usr.sbin/sendmail/src/sendmail.h index e21b65bf5d..d2fb070d36 100644 --- a/usr/src/usr.sbin/sendmail/src/sendmail.h +++ b/usr/src/usr.sbin/sendmail/src/sendmail.h @@ -5,7 +5,7 @@ * * %sccs.include.redist.c% * - * @(#)sendmail.h 8.17 (Berkeley) %G% + * @(#)sendmail.h 8.18 (Berkeley) %G% */ /* @@ -15,7 +15,7 @@ # ifdef _DEFINE # define EXTERN # ifndef lint -static char SmailSccsId[] = "@(#)sendmail.h 8.17 %G%"; +static char SmailSccsId[] = "@(#)sendmail.h 8.18 %G%"; # endif # else /* _DEFINE */ # define EXTERN extern @@ -520,6 +520,7 @@ MAP # define MF_ALIAS 0x0080 /* this is an alias file */ # define MF_TRY0NULL 0x0100 /* try with no null byte */ # define MF_TRY1NULL 0x0200 /* try with the null byte */ +# define MF_LOCKED 0x0400 /* this map is currently locked */ # define MF_IMPL_HASH 0x1000 /* implicit: underlying hash database */ # define MF_IMPL_NDBM 0x2000 /* implicit: underlying NDBM database */