diff options
author | Constantine Sapuntzakis <csapuntz@cvs.openbsd.org> | 2001-04-06 04:42:10 +0000 |
---|---|---|
committer | Constantine Sapuntzakis <csapuntz@cvs.openbsd.org> | 2001-04-06 04:42:10 +0000 |
commit | ffceee0a9bdf5623166b2e619112624678bdd7d6 (patch) | |
tree | 6b4c1cde2b4bfeae53032bc8bd9ddd33aa7b1f10 /sys/dev/ic/adwlib.h | |
parent | ccea5a5a7c92530c31d0d76d0c1b2fd4ccf7e938 (diff) |
Move offsetof define into sys/param.h
Diffstat (limited to 'sys/dev/ic/adwlib.h')
-rw-r--r-- | sys/dev/ic/adwlib.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/dev/ic/adwlib.h b/sys/dev/ic/adwlib.h index a8db327aa8c..35c8937327f 100644 --- a/sys/dev/ic/adwlib.h +++ b/sys/dev/ic/adwlib.h @@ -1,4 +1,4 @@ -/* $OpenBSD: adwlib.h,v 1.7 2001/02/22 17:17:32 krw Exp $ */ +/* $OpenBSD: adwlib.h,v 1.8 2001/04/06 04:42:06 csapuntz Exp $ */ /* $NetBSD: adwlib.h,v 1.14 2000/07/03 18:14:18 dante Exp $ */ /* @@ -1125,6 +1125,4 @@ int AdwSendIdleCmd __P((ADW_SOFTC *, u_int16_t, u_int32_t)); int AdwResetSCSIBus __P((ADW_SOFTC *)); int AdwResetCCB __P((ADW_SOFTC *)); -#define offsetof(type, member) ((size_t)(&((type *)0)->member)) - #endif /* _ADVANSYS_WIDE_LIBRARY_H_ */ |