remove O_BINARY
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@6941 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -40,10 +40,6 @@
|
||||
|
||||
RCSID("$Id$");
|
||||
|
||||
#ifndef O_BINARY
|
||||
#define O_BINARY 0
|
||||
#endif
|
||||
|
||||
typedef struct krb5_fcache{
|
||||
char *filename;
|
||||
int version;
|
||||
|
@@ -40,10 +40,6 @@
|
||||
|
||||
RCSID("$Id$");
|
||||
|
||||
#ifndef O_BINARY
|
||||
#define O_BINARY 0
|
||||
#endif
|
||||
|
||||
#define KRB5_KT_VNO_1 1
|
||||
#define KRB5_KT_VNO_2 2
|
||||
#define KRB5_KT_VNO KRB5_KT_VNO_2
|
||||
|
@@ -41,10 +41,6 @@
|
||||
|
||||
RCSID("$Id$");
|
||||
|
||||
#ifndef O_BINARY
|
||||
#define O_BINARY 0
|
||||
#endif
|
||||
|
||||
struct krb4_kt_data {
|
||||
char *filename;
|
||||
};
|
||||
|
Reference in New Issue
Block a user