git: kernel/ufs: Use __offsetof() instead of offsetof() (unbreaks buildworld).
Sascha Wildner
swildner at crater.dragonflybsd.org
Sun Mar 3 16:51:42 PST 2013
commit 4c33c46d48d71db42a115aba79f4ea239b46c271
Author: Sascha Wildner <saw at online.de>
Date: Mon Mar 4 01:51:24 2013 +0100
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
Summary of changes:
sys/vfs/ufs/dir.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/4c33c46d48d71db42a115aba79f4ea239b46c271
--
DragonFly BSD source repository
More information about the Commits
mailing list