From 65fa467e5942ad11fc4fb110f0df8cd464dc0fcb Mon Sep 17 00:00:00 2001 From: Bruce Evans Date: Tue, 3 Feb 1998 20:24:13 +0000 Subject: [PATCH] Moved misplaced idempotency ifdef. Multiple inclusion was fatal since there was a typedef outside the ifdef. Fixed syntax error after the #endif for this ifdef. Didn't fix the usual style bugs for this ifdef... --- sys/i386/include/if_wl_wavelan.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sys/i386/include/if_wl_wavelan.h b/sys/i386/include/if_wl_wavelan.h index c75a1aecf77..1626f13862c 100644 --- a/sys/i386/include/if_wl_wavelan.h +++ b/sys/i386/include/if_wl_wavelan.h @@ -1,4 +1,4 @@ -/* $Id$ */ +/* $Id: if_wl_wavelan.h,v 1.2 1997/08/01 03:33:43 msmith Exp $ */ /* * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions @@ -84,8 +84,6 @@ #define MMC_EECTRLstat_DWLD 0x08 /* 2.4 Gz Synth/Tx-Pwr DWLD busy */ #define MMC_EECTRLstat_EEBUSY 0x04 /* 2.4 Gz EEPROM busy */ -#endif _CHIPS_WAVELAN_H - /* additional socket ioctl params for wl card * see sys/sockio.h for numbers. The 2nd params here * must be greater than any values in sockio.h @@ -165,3 +163,5 @@ struct w_sigcache { int snr; /* packet has unique age between 1 to MAX_AGE - 1 */ }; +#endif /* _CHIPS_WAVELAN_H */ +