From 231e9b6545a8d0924bcf5930a81ec9eec2649b92 Mon Sep 17 00:00:00 2001 From: Jonathan Gray Date: Fri, 5 Oct 2007 23:23:56 +0000 Subject: gilles missed one of the __attribute__((__packed__)) here in the __attribute__((__packed__)) -> __packed conversion. --- sys/dev/ic/anreg.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/dev/ic/anreg.h') diff --git a/sys/dev/ic/anreg.h b/sys/dev/ic/anreg.h index 46cfb1734a7..39ea1e94a29 100644 --- a/sys/dev/ic/anreg.h +++ b/sys/dev/ic/anreg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: anreg.h,v 1.11 2007/10/04 19:33:11 gilles Exp $ */ +/* $OpenBSD: anreg.h,v 1.12 2007/10/05 23:23:55 jsg Exp $ */ /* $NetBSD: anreg.h,v 1.11 2005/01/15 11:01:46 dyoung Exp $ */ /* * Copyright (c) 1997, 1998, 1999 @@ -330,7 +330,7 @@ struct an_rid_ssidlist { struct an_rid_ssid_entry { u_int16_t an_ssid_len; char an_ssid[32]; - } __attribute__((__packed__)) an_entry[3]; /* 25 for fwver.5 */ + } __packed an_entry[3]; /* 25 for fwver.5 */ } __packed; /* -- cgit v1.2.3