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)
Sat, Jul 4, 4:35 PM
Unknown Object (File)
Jun 13 2026, 11:32 PM
Unknown Object (File)
Jun 5 2026, 10:40 PM
Unknown Object (File)
Jun 5 2026, 10:40 PM
Unknown Object (File)
Jun 5 2026, 11:52 AM
Unknown Object (File)
May 21 2026, 8:32 PM
Unknown Object (File)
May 21 2026, 10:53 AM
Unknown Object (File)
May 20 2026, 3:09 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.