Page MenuHomeFreeBSD

linuxkpi: Define EBADSLT to 57
ClosedPublic

Authored by dumbbell on Jan 2 2023, 10:49 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Oct 14, 3:54 AM
Unknown Object (File)
Tue, Oct 14, 3:54 AM
Unknown Object (File)
Tue, Oct 14, 3:54 AM
Unknown Object (File)
Mon, Oct 13, 2:31 PM
Unknown Object (File)
Wed, Oct 8, 4:28 AM
Unknown Object (File)
Sep 10 2025, 6:05 AM
Unknown Object (File)
Sep 8 2025, 5:12 PM
Unknown Object (File)
Sep 3 2025, 6:34 PM

Details

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

This revision is now accepted and ready to land.Jan 3 2023, 10:01 AM
sys/compat/linuxkpi/common/include/linux/errno.h
36–37

note 56 is EISCONN and 57 is ENOTCONN in sys/errno.h

This revision was automatically updated to reflect the committed changes.
dumbbell added inline comments.
sys/compat/linuxkpi/common/include/linux/errno.h
36–37

I noted that in the commit message.