[OpenAFS-devel] solaris9 buildbot build broken

Simon Wilkinson sxw@inf.ed.ac.uk
Tue, 12 Apr 2011 14:53:31 +0100


On 12 Apr 2011, at 14:51, Derrick Brashear wrote:

> apparently a329e9a9d859fb99d6ed2d0143b5b55ef6b66106's removal of
> sys/file.h, which it doesn't appear is included by roken.h

Yeah, that's tripped us up elsewhere as well. We need

#ifdef HAVE_SYS_FILE_H
# include <sys/file.h>
#endif

I'll push a patch.

S.