diff options
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/csup/queue.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/csup/queue.h b/contrib/csup/queue.h index 7ae77bc..aa9cac1 100644 --- a/contrib/csup/queue.h +++ b/contrib/csup/queue.h @@ -35,7 +35,7 @@ #ifndef _QUEUE_H_ #define _QUEUE_H_ -#undef __ofsetof +#undef __offsetof #define __offsetof(type, field) ((size_t)(&((type *)0)->field)) /* |