mux 2006-07-11 17:44:46 UTC
FreeBSD projects repository
Modified files:
csup queue.h
Log:
Fix a typo and remove a duplicated $Id$ line while I'm here.
Spotted by: YONETANI Tomokazu <[EMAIL PROTECTED]>
Revision ChangesPath
1.6 +2 -3
mux 2006-03-03 18:41:59 UTC
FreeBSD projects repository
Modified files:
csup queue.h
Log:
Cast the pointer to void * before casting it back to struct type * in
STAILQ_LAST. This quiets a warning from GCC about increased required
alignment for the cast.
mux 2006-03-01 16:18:46 UTC
FreeBSD projects repository
Modified files:
csup queue.h
Log:
Define __offsetof() here since it is used by STAILQ_LAST() and we don't
want to include sys/cdefs.h for portability.
Revision ChangesPath
1.4 +5 -2