aboutsummaryrefslogtreecommitdiff
path: root/contrib/sendmail/libsmutil
diff options
context:
space:
mode:
authorGregory Neil Shapiro <gshapiro@FreeBSD.org>2001-01-21 22:17:06 +0000
committerGregory Neil Shapiro <gshapiro@FreeBSD.org>2001-01-21 22:17:06 +0000
commit193538b7dabbb9c165660ca97d2704eea0642fa1 (patch)
tree4f725bdbff499cf7343d2eaeec15f8a0f0926140 /contrib/sendmail/libsmutil
parent42e5d1658931f6141a962c4b87919e7a1613ec8e (diff)
downloadsrc-193538b7dabbb9c165660ca97d2704eea0642fa1.tar.gz
src-193538b7dabbb9c165660ca97d2704eea0642fa1.zip
Import sendmail 8.11.2
Notes
Notes: svn path=/vendor/sendmail/dist/; revision=71345
Diffstat (limited to 'contrib/sendmail/libsmutil')
-rw-r--r--contrib/sendmail/libsmutil/lockfile.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/contrib/sendmail/libsmutil/lockfile.c b/contrib/sendmail/libsmutil/lockfile.c
index 78fbc20cd159..8c2dc6ef9062 100644
--- a/contrib/sendmail/libsmutil/lockfile.c
+++ b/contrib/sendmail/libsmutil/lockfile.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 1998, 1999 Sendmail, Inc. and its suppliers.
+ * Copyright (c) 1998-2000 Sendmail, Inc. and its suppliers.
* All rights reserved.
* Copyright (c) 1983, 1995-1997 Eric P. Allman. All rights reserved.
* Copyright (c) 1988, 1993
@@ -12,7 +12,7 @@
*/
#ifndef lint
-static char id[] = "@(#)$Id: lockfile.c,v 8.3 1999/08/31 15:38:27 ca Exp $";
+static char id[] = "@(#)$Id: lockfile.c,v 8.3.16.11 2000/11/16 02:54:28 geir Exp $";
#endif /* ! lint */
#include <sendmail.h>
@@ -27,6 +27,7 @@ static char id[] = "@(#)$Id: lockfile.c,v 8.3 1999/08/31 15:38:27 ca Exp $";
** type -- type of the lock. Bits can be:
** LOCK_EX -- exclusive lock.
** LOCK_NB -- non-blocking.
+** LOCK_UN -- unlock.
**
** Returns:
** TRUE if the lock was acquired.