diff options
author | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 2002-09-10 08:21:36 +0000 |
---|---|---|
committer | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 2002-09-10 08:21:36 +0000 |
commit | 8a137449c819054082e4307c27dff6a42b7df49c (patch) | |
tree | e1f7899cf9d10f9d64f8e8526352f4e51ce21a61 /sys/dev/ic | |
parent | 47195c66859d76c60bb7fb28d00db84146c1c729 (diff) |
no need for pragma here.
Diffstat (limited to 'sys/dev/ic')
-rw-r--r-- | sys/dev/ic/if_wi_ieee.h | 6 | ||||
-rw-r--r-- | sys/dev/ic/if_wireg.h | 5 |
2 files changed, 2 insertions, 9 deletions
diff --git a/sys/dev/ic/if_wi_ieee.h b/sys/dev/ic/if_wi_ieee.h index a06f91453de..cff437f7ac9 100644 --- a/sys/dev/ic/if_wi_ieee.h +++ b/sys/dev/ic/if_wi_ieee.h @@ -1,4 +1,4 @@ -/* $OpenBSD: if_wi_ieee.h,v 1.10 2002/06/25 02:03:02 millert Exp $ */ +/* $OpenBSD: if_wi_ieee.h,v 1.11 2002/09/10 08:21:35 fgsch Exp $ */ /* * Copyright (c) 1997, 1998, 1999 @@ -37,8 +37,6 @@ #ifndef _IF_WI_IEEE_H #define _IF_WI_IEEE_H -#pragma pack(1) - /* * This header defines a simple command interface to the FreeBSD * WaveLAN/IEEE driver (wi) driver, which is used to set certain @@ -710,6 +708,4 @@ struct wi_scan_p2_hdr { #define WI_RID_MAC_PROC_DELAY 0xFDC5 /* MAC processing delay time */ #define WI_RID_DATA_RATES 0xFDC6 /* supported data rates */ -#pragma pack() - #endif diff --git a/sys/dev/ic/if_wireg.h b/sys/dev/ic/if_wireg.h index a655b727308..a2ecad45315 100644 --- a/sys/dev/ic/if_wireg.h +++ b/sys/dev/ic/if_wireg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: if_wireg.h,v 1.26 2002/08/13 03:49:51 millert Exp $ */ +/* $OpenBSD: if_wireg.h,v 1.27 2002/09/10 08:21:35 fgsch Exp $ */ /* * Copyright (c) 1997, 1998, 1999 @@ -34,8 +34,6 @@ * From: if_wireg.h,v 1.8.2.2 2001/08/25 00:48:25 nsayer Exp $ */ -#pragma pack(1) - #define WI_TIMEOUT 50000 /* 10x XXX just a guess at a good value. */ #define WI_PORT0 0 @@ -613,4 +611,3 @@ struct wi_frame { #define WI_SNAPHDR_LEN 0x6 #define WI_FCS_LEN 0x4 -#pragma pack() |