diff options
author | David S. Miller <davem@davemloft.net> | 2008-04-20 05:14:23 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-04-21 18:10:15 -0400 |
commit | ec98c6b9b47df6df1c1fa6cf3d427414f8c2cf16 (patch) | |
tree | b144d907e47f8ade53296bd19850af708692386f /net | |
parent | 3925e6fc1f774048404fdd910b0345b06c699eb4 (diff) |
[SPARC]: Remove SunOS and Solaris binary support.
As per Documentation/feature-removal-schedule.txt
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net')
-rw-r--r-- | net/core/sock.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/net/core/sock.c b/net/core/sock.c index 54c836a2216b..bf6f83e48e87 100644 --- a/net/core/sock.c +++ b/net/core/sock.c | |||
@@ -450,15 +450,6 @@ int sock_setsockopt(struct socket *sock, int level, int optname, | |||
450 | * Options without arguments | 450 | * Options without arguments |
451 | */ | 451 | */ |
452 | 452 | ||
453 | #ifdef SO_DONTLINGER /* Compatibility item... */ | ||
454 | if (optname == SO_DONTLINGER) { | ||
455 | lock_sock(sk); | ||
456 | sock_reset_flag(sk, SOCK_LINGER); | ||
457 | release_sock(sk); | ||
458 | return 0; | ||
459 | } | ||
460 | #endif | ||
461 | |||
462 | if (optname == SO_BINDTODEVICE) | 453 | if (optname == SO_BINDTODEVICE) |
463 | return sock_bindtodevice(sk, optval, optlen); | 454 | return sock_bindtodevice(sk, optval, optlen); |
464 | 455 | ||