Another reason that coda should demand that kernel support install .h
files and build against them - this would have been a compile-time
problem.
So I should change that to ino_t, and comment that this is an 'host
inode', rather than a 'coda inode', like this?
--- coda.h.~1.12.~ 2006-01-06 10:09:10.000000000 -0500
+++ coda.h 2006-03-02 08:30:38.000000000 -0500
@@ -401,7 +401,7 @@
struct coda_open_out {
struct coda_out_hdr oh;
cdev_t dev;
- u_int32_t inode;
+ ino_t inode; /* host inode of container file */
};
--
Greg Troxel <[EMAIL PROTECTED]>