[628] in NetBSD-Development
Re: NetBSD klog.krb hosing ticketfile (bug in ktc.c)
daemon@ATHENA.MIT.EDU (jtkohl@MIT.EDU)
Tue Mar 7 00:52:01 1995
Resent-From: John Kohl <jtk@atria.com>
Resent-To: netbsd-afs@MIT.EDU
Date: Mon, 6 Mar 1995 14:54:44 -0500
From: jtkohl@MIT.EDU
To: rsw@Glue.umd.edu
In-Reply-To: <9503061421.AA02229@banana> (rsw@Glue.umd.edu)
Thanks for the bug report on auth/ktc.c. I've fixed it instead by
including <unistd.h> (the prototype for lseek(2) will take care of the
casting problems, without potentially causing problems on other ports).
==John