Home
FreeBSD
Search
Configure Global Search
Log In
Transactions
D14340
Change Details
Change Details
Old
New
Diff
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)
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)
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)
Continue