This commit was generated by cvs2svn to compensate for changes in r169765,

which included commits to RCS files with non-trunk default branches.
This commit is contained in:
Maxime Henrion 2007-05-19 13:55:01 +00:00
commit a9459be7dc
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=169766

View File

@ -35,7 +35,7 @@
#ifndef _QUEUE_H_
#define _QUEUE_H_
#undef __ofsetof
#undef __offsetof
#define __offsetof(type, field) ((size_t)(&((type *)0)->field))
/*