diff options
Diffstat (limited to 'gnu/usr.sbin/sendmail/libsmdb/smdb.c')
-rw-r--r-- | gnu/usr.sbin/sendmail/libsmdb/smdb.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gnu/usr.sbin/sendmail/libsmdb/smdb.c b/gnu/usr.sbin/sendmail/libsmdb/smdb.c index 1d277a0b218..69f241d24e0 100644 --- a/gnu/usr.sbin/sendmail/libsmdb/smdb.c +++ b/gnu/usr.sbin/sendmail/libsmdb/smdb.c @@ -8,7 +8,7 @@ */ #include <sm/gen.h> -SM_RCSID("@(#)$Sendmail: smdb.c,v 8.57 2002/05/24 23:09:11 gshapiro Exp $") +SM_RCSID("@(#)$Sendmail: smdb.c,v 8.58 2004/08/03 20:58:38 ca Exp $") #include <fcntl.h> #include <stdlib.h> @@ -18,6 +18,8 @@ SM_RCSID("@(#)$Sendmail: smdb.c,v 8.57 2002/05/24 23:09:11 gshapiro Exp $") #include <sendmail/sendmail.h> #include <libsmdb/smdb.h> +static bool smdb_lockfile __P((int, int)); + /* ** SMDB_MALLOC_DATABASE -- Allocates a database structure. ** |