diff options
Diffstat (limited to 'sys/dev/i2o/iopvar.h')
-rw-r--r-- | sys/dev/i2o/iopvar.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/i2o/iopvar.h b/sys/dev/i2o/iopvar.h index 8e19174ab56..97f12d1eecb 100644 --- a/sys/dev/i2o/iopvar.h +++ b/sys/dev/i2o/iopvar.h @@ -1,4 +1,4 @@ -/* $OpenBSD: iopvar.h,v 1.7 2002/03/14 01:26:53 millert Exp $ */ +/* $OpenBSD: iopvar.h,v 1.8 2007/10/04 19:32:03 gilles Exp $ */ /* $NetBSD: iopvar.h,v 1.5 2001/03/20 13:01:49 ad Exp $ */ /*- @@ -102,7 +102,7 @@ struct iop_initiator { struct iop_pgop { struct i2o_param_op_list_header olh; struct i2o_param_op_all_template oat; -} __attribute__ ((__packed__)); +} __packed; /* * Per-IOP context. |