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)
Sun, Jul 27, 7:22 AM
Unknown Object (File)
Sun, Jul 27, 4:24 AM
Unknown Object (File)
Sun, Jul 27, 3:35 AM
Unknown Object (File)
Jul 7 2025, 10:56 PM
Unknown Object (File)
Jul 7 2025, 3:40 AM
Unknown Object (File)
Jul 5 2025, 7:35 AM
Unknown Object (File)
Jul 4 2025, 11:21 AM
Unknown Object (File)
Jul 4 2025, 8:45 AM

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.