K 10 svn:author V 2 ed K 8 svn:date V 27 2013-05-13T21:47:17.466485Z K 7 svn:log V 249 Improve readability of static assertions for OFFSET_* macros. Instead of doing all sorts of weird casting of constants to pointer-pointers, simply use the standard C offsetof() macro to obtain the offset of the respective fields in the structures. END