K 10 svn:author V 2 cy K 8 svn:date V 27 2017-10-29T04:33:50.538445Z K 7 svn:log V 358 Sync (make same) the offsetof macro definition in include/ with the definition of the same in sys/sys/. The problem was discovered while working on implementing a new C11 gets_s() for libc. (The new gets_s() requires rsize_t found in include/stddef.h.) The solution to sync the two definitions was suggested by ed@ while discussing D12667. Suggested by: ed END