]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Make linux(4) use kern_setsockopt(9) instead of going through
authorEdward Tomasz Napierala <trasz@FreeBSD.org>
Tue, 14 Jan 2020 11:33:07 +0000 (11:33 +0000)
committerEdward Tomasz Napierala <trasz@FreeBSD.org>
Tue, 14 Jan 2020 11:33:07 +0000 (11:33 +0000)
commit9c6eb0f92f763c247cf59624dbbf79bdf3bd264f
tree4f2998519a41c45f3b673fb8e2fda00ab365b147
parentdfd060c0b62fab6dc9f447c9a5832bab7afef017
Make linux(4) use kern_setsockopt(9) instead of going through
sys_setsockopt.  Just a cleanup; no functional changes.

Reviewed by: kib
MFC after: 2 weeks
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D22812
sys/compat/linux/linux_socket.c