[SPARC]: Remove SunOS and Solaris binary support.
As per Documentation/feature-removal-schedule.txt Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
3925e6fc1f
commit
ec98c6b9b4
76 changed files with 174 additions and 11627 deletions
|
|
@ -450,15 +450,6 @@ int sock_setsockopt(struct socket *sock, int level, int optname,
|
|||
* Options without arguments
|
||||
*/
|
||||
|
||||
#ifdef SO_DONTLINGER /* Compatibility item... */
|
||||
if (optname == SO_DONTLINGER) {
|
||||
lock_sock(sk);
|
||||
sock_reset_flag(sk, SOCK_LINGER);
|
||||
release_sock(sk);
|
||||
return 0;
|
||||
}
|
||||
#endif
|
||||
|
||||
if (optname == SO_BINDTODEVICE)
|
||||
return sock_bindtodevice(sk, optval, optlen);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue