kernel/ufs: Use __offsetof() instead of offsetof() (unbreaks buildworld).
authorSascha Wildner <saw@online.de>
Mon, 4 Mar 2013 00:51:24 +0000 (01:51 +0100)
committerSascha Wildner <saw@online.de>
Mon, 4 Mar 2013 00:51:24 +0000 (01:51 +0100)
commit4c33c46d48d71db42a115aba79f4ea239b46c271
tree44701c272868a8feeb1d3d7b12b40a6b84509030
parent7198764d31519bcbb6ed931b4d9e7fe8e8fb0cf9
kernel/ufs: Use __offsetof() instead of offsetof() (unbreaks buildworld).

__offsetof() is known to userland too, and <vfs/ufs/dir.h> is shared with
some userland programs.

Reported-by: marino
sys/vfs/ufs/dir.h