remove O_BINARY

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@6941 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1999-09-12 20:49:28 +00:00
parent 21eec7e0bc
commit c5b93f2925
3 changed files with 0 additions and 12 deletions

View File

@@ -40,10 +40,6 @@
RCSID("$Id$");
#ifndef O_BINARY
#define O_BINARY 0
#endif
typedef struct krb5_fcache{
char *filename;
int version;

View File

@@ -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

View File

@@ -41,10 +41,6 @@
RCSID("$Id$");
#ifndef O_BINARY
#define O_BINARY 0
#endif
struct krb4_kt_data {
char *filename;
};