[27169] in CVS-changelog-for-Kerberos-V5
krb5 commit: Remove KRB5_DB_LOCKMODE_DONTBLOCK from kdb.h
daemon@ATHENA.MIT.EDU (Greg Hudson)
Tue Oct 16 20:27:01 2012
Date: Tue, 16 Oct 2012 20:26:55 -0400
From: Greg Hudson <ghudson@mit.edu>
Message-Id: <201210170026.q9H0Qtk7001949@drugstore.mit.edu>
To: cvs-krb5@mit.edu
Reply-To: krbdev@mit.edu
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: cvs-krb5-bounces@mit.edu
https://github.com/krb5/krb5/commit/5af1e88bc377dc520597ad4f4cc00512c1ae75e9
commit 5af1e88bc377dc520597ad4f4cc00512c1ae75e9
Author: Greg Hudson <ghudson@mit.edu>
Date: Tue Oct 16 20:26:04 2012 -0400
Remove KRB5_DB_LOCKMODE_DONTBLOCK from kdb.h
It's wasn't used and wasn't implemented.
src/include/kdb.h | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/src/include/kdb.h b/src/include/kdb.h
index fd3a6e9..5e9213f 100644
--- a/src/include/kdb.h
+++ b/src/include/kdb.h
@@ -348,7 +348,6 @@ extern char *krb5_mkey_pwd_prompt2;
#define KRB5_DB_LOCKMODE_SHARED 0x0001
#define KRB5_DB_LOCKMODE_EXCLUSIVE 0x0002
-#define KRB5_DB_LOCKMODE_DONTBLOCK 0x0004
#define KRB5_DB_LOCKMODE_PERMANENT 0x0008
/* libkdb.spec */
@@ -902,7 +901,6 @@ typedef struct _kdb_vftabl {
* KRB5_DB_LOCKMODE_SHARED: Lock may coexist with other shared locks.
* KRB5_DB_LOCKMODE_EXCLUSIVE: Lock may not coexist with other locks.
* KRB5_DB_LOCKMODE_PERMANENT: Exclusive lock surviving process exit.
- * (KRB5_DB_LOCKMODE_DONTBLOCK is unused and unimplemented.)
*
* Used by the "kadmin lock" command, incremental propagation, and
* kdb5_util dump. Incremental propagation support requires shared locks
_______________________________________________
cvs-krb5 mailing list
cvs-krb5@mit.edu
https://mailman.mit.edu/mailman/listinfo/cvs-krb5