Kernel: Change the value of SO_KEEPALIVE to reflect LibC's constant

This change was partially introduced in 861eb8d, which changed the
constant in LibC without changing the one in the kernel.
This commit is contained in:
AnotherTest 2020-07-04 04:16:17 +04:30 committed by Andreas Kling
parent aa7148af89
commit 9609539236
Notes: sideshowbarker 2024-07-19 05:11:53 +09:00

View File

@ -450,11 +450,11 @@ struct pollfd {
#define SO_RCVTIMEO 1
#define SO_SNDTIMEO 2
#define SO_KEEPALIVE 3
#define SO_ERROR 4
#define SO_PEERCRED 5
#define SO_REUSEADDR 6
#define SO_BINDTODEVICE 7
#define SO_KEEPALIVE 9
#define IPPROTO_IP 0
#define IPPROTO_ICMP 1