Don't expose svc_loss_reg / _unreg to userland as they're kernel-only

additions from r260229 and the SVCPOOL type doesn't exist in userland.
This commit is contained in:
Peter Wemm 2014-01-08 22:37:18 +00:00
parent 1dc8f6a82c
commit bcea84bd86
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=260459

View File

@ -516,6 +516,7 @@ extern void svc_unreg(const rpcprog_t, const rpcvers_t);
#endif
__END_DECLS
#ifdef _KERNEL
/*
* Service connection loss registration
*
@ -539,6 +540,7 @@ __END_DECLS
__BEGIN_DECLS
extern void svc_loss_unreg(SVCPOOL *, void (*)(SVCXPRT *));
__END_DECLS
#endif
/*
* Transport registration.