diff options
author | Gilles Chehade <gilles@cvs.openbsd.org> | 2007-10-04 19:32:04 +0000 |
---|---|---|
committer | Gilles Chehade <gilles@cvs.openbsd.org> | 2007-10-04 19:32:04 +0000 |
commit | 560e61364584b36003a0e88779851734c392dd1a (patch) | |
tree | 247ddeed4066bb3eeab3318116eaf0d58b6c9c8c /sys/dev/i2o/iopvar.h | |
parent | c3fc5ca83aa11765a945ce86495ae32c0754d7c7 (diff) |
attribute packed -> __packed
okayd by miod a while ago, ok by pyr
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. |