[1200] in Kerberos-V5-bugs

home help back first fref pref prev next nref lref last post

Forgot a bit of my last patch

daemon@ATHENA.MIT.EDU (Jonathan I. Kamens)
Sun Mar 19 20:43:21 1995

From: "Jonathan I. Kamens" <jik@cam.ov.com>
Date: Sun, 19 Mar 1995 20:46:36 -0500
To: krb5-bugs@MIT.EDU

A patch to rc_io.h is also necessary for my last fix.  Here it is:

--- lib/krb5/rcache/rc_io.h	1995/02/27 02:47:42	1.1
+++ lib/krb5/rcache/rc_io.h	1995/02/27 02:48:36
@@ -13,10 +13,12 @@
 #ifndef KRB5_RC_IO_H
 #define KRB5_RC_IO_H
 #include <krb5/osconf.h>
+#include <stdio.h> /* for P_tmpdir, FILE * */
 
 typedef struct krb5_rc_iostuff
  {
   int fd;
+  FILE *file; /* used for file locking, not for I/O */
   int mark; /* on newer systems, should be pos_t */
   char *fn;
  }

home help back first fref pref prev next nref lref last post