On Thu, Nov 07, 2024 at 08:51:26AM -0500, [email protected] 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: [email protected] | | homepage: http://telka.sk/ | +-------------------------------------------+ _______________________________________________ oi-dev mailing list [email protected] https://openindiana.org/mailman/listinfo/oi-dev
