Use TIOCOUTQ instead of SIOCOUTQ to avoid need for linux/sockios.h
authorJouni Malinen <j@w1.fi>
Sat, 26 Mar 2016 09:40:35 +0000 (11:40 +0200)
committerJouni Malinen <j@w1.fi>
Sat, 26 Mar 2016 09:40:35 +0000 (11:40 +0200)
commit31afdd227438e1c927f3b5c70c0c366ceb95eec8
tree4a7b4476bd56b0433825754bf0a25e5d47018f89
parent6d07e760209879a3f94ee48f1e8022180d8ca176
Use TIOCOUTQ instead of SIOCOUTQ to avoid need for linux/sockios.h

All that the kernel header was doing here is defining SIOCOUTQ to be
TIOCOUTQ. Instead of pulling in the header, we might as well use
TIOCOUTQ directly.

Signed-off-by: Jouni Malinen <j@w1.fi>
wpa_supplicant/ctrl_iface_unix.c