From 744ae3e66ad0a742ea3be1bab53fd794e70a5b46 Mon Sep 17 00:00:00 2001 From: Alfred Perlstein Date: Mon, 23 Sep 2002 06:35:33 +0000 Subject: use __packed/__aligned rather than GCC-specific __attribute__. --- sys/net/iso88025.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/net') diff --git a/sys/net/iso88025.h b/sys/net/iso88025.h index ad3e93ae6852..a8e6872ade87 100644 --- a/sys/net/iso88025.h +++ b/sys/net/iso88025.h @@ -95,12 +95,12 @@ struct iso88025_header { u_int8_t iso88025_shost[ISO88025_ADDR_LEN]; /* source address */ u_int16_t rcf; /* route control field */ u_int16_t rd[RIF_MAX_RD]; /* routing designators */ -} __attribute__ ((__packed__)); +} __packed; struct iso88025_rif { u_int16_t rcf; /* route control field */ u_int16_t rd[RIF_MAX_RD]; /* routing designators */ -} __attribute__ ((__packed__)); +} __packed; struct iso88025_sockaddr_data { u_char ether_dhost[ISO88025_ADDR_LEN]; -- cgit v1.3