disable SO_REUSEPORT in sys/socket.h
authorRich Felker <dalias@aerifal.cx>
Fri, 16 Nov 2012 00:16:10 +0000 (19:16 -0500)
committerRich Felker <dalias@aerifal.cx>
Fri, 16 Nov 2012 00:16:10 +0000 (19:16 -0500)
commit91738d0241aed345cac8685422d4518ea5f3cdf0
treef85929e795fc4bdb1f9e3de1830bc0d317ecc153
parent7491bac33e0a14718e698a971b5bae79c9ac59ee
disable SO_REUSEPORT in sys/socket.h

although a number is reserved for it, this option is not implemented
on Linux and does not work. defining it causes some applications to
use it, and subsequently break due to its failure.
arch/mips/bits/socket.h
include/sys/socket.h