Page MenuHomeFreeBSD

Add missing errno definitions for D
ClosedPublic

Authored by dteske on Feb 12 2018, 11:58 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, May 6, 9:28 PM
Unknown Object (File)
Fri, Apr 26, 1:29 AM
Unknown Object (File)
Fri, Apr 19, 11:24 AM
Unknown Object (File)
Mar 28 2024, 12:01 PM
Unknown Object (File)
Jan 29 2024, 12:05 PM
Unknown Object (File)
Jan 29 2024, 12:05 PM
Unknown Object (File)
Jan 29 2024, 12:05 PM
Unknown Object (File)
Jan 27 2024, 11:12 PM
Subscribers

Details

Summary

Add the following errno definitions to /usr/lib/dtrace/errno.d:

ENOTCAPABLE (93)
ECAPMODE (94)
ENOTRECOVERABLE (95)
EOWNERDEAD (96)
ERELOOKUP (-5)

and update ELAST (92 -> 96)

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 14994
Build 15104: arc lint + arc unit

Event Timeline

dteske retitled this revision from Update missing errno definitions for D to Add missing errno definitions for D.Feb 13 2018, 12:01 AM
dteske edited the summary of this revision. (Show Details)
dteske edited the summary of this revision. (Show Details)

LGTM, thanks. For some reason I didn't get an email about this review. :/

LGTM, thanks. For some reason I didn't get an email about this review. :/

Interesting, for some reason I didn't get an email about your approval.

This revision was not accepted when it landed; it landed in state Needs Review.Feb 15 2018, 6:37 PM
This revision was automatically updated to reflect the committed changes.