On Thu, 2 Sep 1999, Jan Harkes wrote:
> It could be defined in sys/types.h or sys/time.h. The declaration in
> time.h is just a stub, but actually good enough for compilation.
>
> A quick hack would be to add #include <time.h> to coda.h. As this
> most likely breaks compilation for the kernel, we should in all
> files that includes cfs/coda.h, have an #include <time.h> before that
> point.
Well, that worked. In coda.h I put #include <time.h> and did make
distclean and make and it compiled all the way through. It installed, now
I just haveta read so I can config it, which I'll do later when I'm not
supposed to be working..:)
--Aaron