+Sun May 21 16:06:20 1995 Ezra Peisach <epeisach@kangaroo.mit.edu>
+
+ * dest_tkt.c: If O_SYNC is not defined, define as 0.
+
+ * in_tkt.c: If O_SYNC is not defined, define as 0.
+
Thu May 18 14:43:51 1995 Ezra Peisach <epeisach@kangaroo.mit.edu>
* in_tkt.c: Use HAVE_SETREUID and HAVE_SETRESUID to define
#include <sys/fcntl.h>
#endif
+#ifndef O_SYNC
+#define O_SYNC 0
+#endif
+
/*
* dest_tkt() is used to destroy the ticket store upon logout.
* If the ticket file does not exist, dest_tkt() returns RET_TKFIL.
#endif
#endif
+#ifndef O_SYNC
+#define O_SYNC 0
+#endif
+
in_tkt(pname,pinst)
char *pname;
char *pinst;