diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2006-06-27 04:18:06 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2006-06-27 04:18:06 +0000 |
commit | 74a051e65b99f4a11fbb51f485d4162bae6ce9a0 (patch) | |
tree | f56456d9ee87735bf69c1c5f40aa58d402358cd1 /share/man/man9 | |
parent | c0f58ed895e09d5f187d5be6fd7297475477fede (diff) |
__attribute__((__packed__)) -> __packed
Diffstat (limited to 'share/man/man9')
-rw-r--r-- | share/man/man9/ieee80211_radiotap.9 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/share/man/man9/ieee80211_radiotap.9 b/share/man/man9/ieee80211_radiotap.9 index 286eb7e75ec..021dd1af6ce 100644 --- a/share/man/man9/ieee80211_radiotap.9 +++ b/share/man/man9/ieee80211_radiotap.9 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ieee80211_radiotap.9,v 1.6 2005/09/30 20:34:25 jaredy Exp $ +.\" $OpenBSD: ieee80211_radiotap.9,v 1.7 2006/06/27 04:18:05 jsg Exp $ .\" .\" Copyright (c) 2004 Bruce M. Simpson <bms@spc.org>, .\" Darron Broad <darron@kewl.org>, @@ -27,7 +27,7 @@ .\" SUCH DAMAGE. .\" .\" $FreeBSD: src/share/man/man9/ieee80211_radiotap.9,v 1.3 2004/07/07 12:59:39 ru Exp $ -.\" $Id: ieee80211_radiotap.9,v 1.6 2005/09/30 20:34:25 jaredy Exp $ +.\" $Id: ieee80211_radiotap.9,v 1.7 2006/06/27 04:18:05 jsg Exp $ .\" .Dd March 2, 2004 .Dt IEEE80211_RADIOTAP 9 @@ -83,7 +83,7 @@ struct ieee80211_radiotap_header { u_int8_t it_pad; u_int16_t it_len; /* entire length */ u_int32_t it_present; /* fields present */ -} __attribute__((__packed__)); +} __packed; .Ed .Pp .\" @@ -211,7 +211,7 @@ struct rtw_rx_radiotap_header { u_int16_t rr_chan_flags; u_int16_t rr_barker_lock; u_int8_t rr_antsignal; -} __attribute__((__packed__)); +} __packed; .Ed .Pp Bitmap indicating which fields are present in the above structure: |