EXTERN unsigned int ns_smf_chroot INIT(0);
EXTERN unsigned int ns_smf_want_disable INIT(0);
-isc_result_t ns_smf_add_message(isc_buffer_t *text);
+isc_result_t ns_smf_add_message(isc_buffer_t **text);
isc_result_t ns_smf_get_instance(char **name, int debug, isc_mem_t *mctx);
#undef EXTERN
* is managed by smf and is also running chroot.
*/
isc_result_t
-ns_smf_add_message(isc_buffer_t *text) {
+ns_smf_add_message(isc_buffer_t **text) {
return (putstr(text, "use svcadm(1M) to manage named"));
}
#endif /* HAVE_LIBSCF */