The problem is that loff_t is not defined in linux/types.h when
__STRICT_ANSI__ is defined. struct flock64 is using an loff_t.
Either you should place struct flock64 under ifndef
__STRICT_ANSI__ too, or loff_t not. I used the later here.
Maybe there are others places that have the same problem too?
Kurt
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/