[oi-dev] How to get build-essential for older OS release.

Marcel Telka marcel at telka.sk
Thu Nov 7 13:56:33 UTC 2024


On Thu, Nov 07, 2024 at 08:51:26AM -0500, RCrispo at atto.com wrote:
> void ndi_devi_enter(dev_info_t *dip, int *circ);
> void ndi_devi_exit(dev_info_t *dip, int circ);
> 
> circ was removed from ndi_devi_enter and related functions.
> 
> 
> void ndi_devi_enter(dev_info_t *dip);
> void ndi_devi_exit(dev_info_t *dip);

Please read this:
https://www.illumos.org/issues/15483#note-3

In short, you should not call these functions when you are doing
develpment outside the illumos-gate.

-- 
+-------------------------------------------+
| Marcel Telka   e-mail:   marcel at telka.sk  |
|                homepage: http://telka.sk/ |
+-------------------------------------------+



More information about the oi-dev mailing list