summaryrefslogtreecommitdiff
path: root/sys/net/if_ieee80211.h
diff options
context:
space:
mode:
authorAngelos D. Keromytis <angelos@cvs.openbsd.org>2001-06-09 06:16:40 +0000
committerAngelos D. Keromytis <angelos@cvs.openbsd.org>2001-06-09 06:16:40 +0000
commit13c65eac1cefee96451c2c25b660f73de84834ff (patch)
tree0fbacf487c8cd2dee726f32dbece3df23d2f5751 /sys/net/if_ieee80211.h
parent470facdd7d89074650914f5a3a8ada963b1c071d (diff)
By popular demand, protect from multiple inclusion, and fix to use the
same naming style.
Diffstat (limited to 'sys/net/if_ieee80211.h')
-rw-r--r--sys/net/if_ieee80211.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/net/if_ieee80211.h b/sys/net/if_ieee80211.h
index cb7096ed3d8..4d4fe18030b 100644
--- a/sys/net/if_ieee80211.h
+++ b/sys/net/if_ieee80211.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_ieee80211.h,v 1.2 2000/09/04 04:02:08 mickey Exp $ */
+/* $OpenBSD: if_ieee80211.h,v 1.3 2001/06/09 06:16:38 angelos Exp $ */
/* $NetBSD: if_ieee80211.h,v 1.4 2000/07/05 02:35:53 onoe Exp $ */
@@ -134,4 +134,4 @@ struct ieee80211_nwkey {
#define SIOCS80211NWKEY _IOW('i', 232, struct ieee80211_nwkey)
#define SIOCG80211NWKEY _IOWR('i', 233, struct ieee80211_nwkey)
-#endif /* !_NET_IF_IEEE80211_H_ */
+#endif /* _NET_IF_IEEE80211_H_ */