svn commit: r272825 - head/sys/ufs/ufs

2014-10-09 Thread Baptiste Daroussin
Author: bapt Date: Thu Oct 9 15:26:22 2014 New Revision: 272825 URL: https://svnweb.freebsd.org/changeset/base/272825 Log: Use offsetof() from sys/types.h instead of a custom one This fixes build with recent gcc versions Modified: head/sys/ufs/ufs/dir.h Modified: head/sys/ufs/ufs/dir.h

Re: svn commit: r272825 - head/sys/ufs/ufs

2014-10-09 Thread Baptiste Daroussin
On Thu, Oct 09, 2014 at 03:26:23PM +, Baptiste Daroussin wrote: Author: bapt Date: Thu Oct 9 15:26:22 2014 New Revision: 272825 URL: https://svnweb.freebsd.org/changeset/base/272825 Log: Use offsetof() from sys/types.h instead of a custom one This fixes build with recent gcc