summaryrefslogtreecommitdiffstats
path: root/contrib/sendmail/libsmutil/lockfile.c
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/sendmail/libsmutil/lockfile.c')
-rw-r--r--contrib/sendmail/libsmutil/lockfile.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/contrib/sendmail/libsmutil/lockfile.c b/contrib/sendmail/libsmutil/lockfile.c
index 5eca360..17d6237 100644
--- a/contrib/sendmail/libsmutil/lockfile.c
+++ b/contrib/sendmail/libsmutil/lockfile.c
@@ -13,7 +13,7 @@
#include <sendmail.h>
-SM_RCSID("@(#)$Id: lockfile.c,v 8.19 2001/09/11 04:04:55 gshapiro Exp $")
+SM_RCSID("@(#)$Id: lockfile.c,v 8.21 2003/11/10 22:57:38 ca Exp $")
/*
@@ -43,7 +43,6 @@ lockfile(fd, filename, ext, type)
#if !HASFLOCK
int action;
struct flock lfd;
- extern int errno;
memset(&lfd, '\0', sizeof lfd);
if (bitset(LOCK_UN, type))
OpenPOWER on IntegriCloud