From 560e61364584b36003a0e88779851734c392dd1a Mon Sep 17 00:00:00 2001 From: Gilles Chehade Date: Thu, 4 Oct 2007 19:32:04 +0000 Subject: attribute packed -> __packed okayd by miod a while ago, ok by pyr --- sys/dev/i2o/iopvar.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/dev/i2o/iopvar.h') 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. -- cgit v1.2.3