Hi,
The remedy to the problem is to declare the struct's `coda_inode_info'
`xfs_inode_info' conditionally, like so
#if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,12)
struct coda_inode_info {
};
#endif
and
#if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,12)
struct xfs_inode_info {
};
#endif
in `src/afs/sysincludes.h'. That fixes the problem.
Yours,
--
___ | Christian Holm Christensen
|_| | -------------------------------------------------------------
| | Address: Sankt Hansgade 23, 1. th. Phone: (+45) 35 35 96 91
_| DK-2200 Copenhagen N Cell: (+45) 24 61 85 91
_| Denmark Office: (+45) 353 25 404
____| Email: [EMAIL PROTECTED] Web: www.nbi.dk/~cholm
| |
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]