summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormpi <mpi@openbsd.org>2015-11-03 12:21:50 +0000
committermpi <mpi@openbsd.org>2015-11-03 12:21:50 +0000
commit8bad5f84052ec1f7b74ed4562cdbb122dc4b1a1e (patch)
treeacab677e1df5dfed9aa9787252c13f4f0ae7061d
parentuse an mbuf_queue for the svcq instead of an ifqueue. (diff)
downloadwireguard-openbsd-8bad5f84052ec1f7b74ed4562cdbb122dc4b1a1e.tar.xz
wireguard-openbsd-8bad5f84052ec1f7b74ed4562cdbb122dc4b1a1e.zip
Missing comma.
from Kevin Reay <kevintreayopenbsd AT gmail DOT com>
-rw-r--r--usr.sbin/hostapd/iapp.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/hostapd/iapp.h b/usr.sbin/hostapd/iapp.h
index 8617d999d39..b144c2aba7b 100644
--- a/usr.sbin/hostapd/iapp.h
+++ b/usr.sbin/hostapd/iapp.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: iapp.h,v 1.3 2006/03/10 18:10:16 reyk Exp $ */
+/* $OpenBSD: iapp.h,v 1.4 2015/11/03 12:21:50 mpi Exp $ */
/*
* Copyright (c) 2005 Reyk Floeter <reyk@openbsd.org>
@@ -58,7 +58,7 @@ enum ieee80211_iapp_frame_type {
"reserved#10", \
"reserved#11", \
"hostapd radiotap", \
- "hostapd pcap" \
+ "hostapd pcap", \
"reserved#14", \
"reserved#15", \
}