forge_socket icon indicating copy to clipboard operation
forge_socket copied to clipboard

centos release 6.7 make error

Open cnlouts opened this issue 10 years ago • 0 comments

when kernel 2.6.32-573,

#if LINUX_VERSION_CODE < KERNEL_VERSION(2, 6, 33)
                __inet_hash_nolisten(sk);
#else
                __inet_hash_nolisten(sk, NULL);
#endif

should use __inet_hash_nolisten(sk, NULL)

cnlouts avatar Sep 24 '15 17:09 cnlouts