projects
/
krb5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
124fbef
)
add mode to structure for locking code
author
John Kohl
<jtkohl@mit.edu>
Wed, 3 Apr 1991 09:40:38 +0000
(09:40 +0000)
committer
John Kohl
<jtkohl@mit.edu>
Wed, 3 Apr 1991 09:40:38 +0000
(09:40 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1979
dc483132
-0cff-0310-8789-
dd5450dbe970
src/lib/krb5/ccache/file/fcc.h
patch
|
blob
|
history
diff --git
a/src/lib/krb5/ccache/file/fcc.h
b/src/lib/krb5/ccache/file/fcc.h
index 4efaa27786e4030f38da578ba1ea9c4dfc2c4fa8..97c8a8ed2dd34aa75b6384ffadc4883aad804e5e 100644
(file)
--- a/
src/lib/krb5/ccache/file/fcc.h
+++ b/
src/lib/krb5/ccache/file/fcc.h
@@
-43,6
+43,7
@@
typedef struct _krb5_fcc_data {
char *filename;
int fd;
krb5_flags flags;
+ int mode; /* needed for locking code */
} krb5_fcc_data;
/* An off_t can be arbitrarily complex */