Thanks for getting this fixed and it is broken again. :( But that looks like missing includes

Just FYI
I did notice that sys/ustat is being deprecated on solaris in favor of statvfs() which was in the vfsck code.
from sys/ustat.h:

 * WARNING: The ustat system call will become obsolete in the
 * next major release following SVR4. Application code should
 * migrate to the replacement system call statvfs(2).




Quoting Simon Wilkinson <[email protected]>:


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.

_______________________________________________
OpenAFS-devel mailing list
[email protected]
https://lists.openafs.org/mailman/listinfo/openafs-devel




_______________________________________________
OpenAFS-devel mailing list
[email protected]
https://lists.openafs.org/mailman/listinfo/openafs-devel

Reply via email to