From: Greg Hudson Date: Wed, 17 Oct 2012 00:26:04 +0000 (-0400) Subject: Remove KRB5_DB_LOCKMODE_DONTBLOCK from kdb.h X-Git-Tag: krb5-1.11-alpha1~36 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5af1e88bc377dc520597ad4f4cc00512c1ae75e9;p=thirdparty%2Fkrb5.git Remove KRB5_DB_LOCKMODE_DONTBLOCK from kdb.h It's wasn't used and wasn't implemented. --- diff --git a/src/include/kdb.h b/src/include/kdb.h index fd3a6e9b0f..5e9213fa4b 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