From: John Kohl Date: Wed, 3 Apr 1991 09:40:38 +0000 (+0000) Subject: add mode to structure for locking code X-Git-Tag: krb5-1.0-alpha5~122 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=9aae5f407ca5d9972247f5d8196715f4a93bd000;p=krb5.git add mode to structure for locking code git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1979 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/lib/krb5/ccache/file/fcc.h b/src/lib/krb5/ccache/file/fcc.h index 4efaa2778..97c8a8ed2 100644 --- 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 */