diff options
author | mux <mux@FreeBSD.org> | 2007-05-19 13:55:01 +0000 |
---|---|---|
committer | mux <mux@FreeBSD.org> | 2007-05-19 13:55:01 +0000 |
commit | 49781d1c9edb5e52abd01449514896eaacc0311e (patch) | |
tree | 2799d60a48187eccf6196291ad5e3c70d48f9ab2 /contrib | |
parent | 48f705d2cd71a0882653f0ee8b234dcd0179bbd2 (diff) | |
parent | da760f9b400c6e6ae6343293814b1584509a6e89 (diff) | |
download | FreeBSD-src-49781d1c9edb5e52abd01449514896eaacc0311e.zip FreeBSD-src-49781d1c9edb5e52abd01449514896eaacc0311e.tar.gz |
This commit was generated by cvs2svn to compensate for changes in r169765,
which included commits to RCS files with non-trunk default branches.
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)) /* |