proc_wait() was replaced by proc_wstatus(). Right now this call is

useless because userland support is not working on HEAD, but this makes
libdtrace compile again.

Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Rui Paulo 2010-07-31 17:23:37 +00:00
parent fe0c8f8973
commit 1e634b7b65
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=210695

View File

@ -590,7 +590,7 @@ dt_proc_control(void *arg)
continue; /* check dpr_quit and continue waiting */
#else
/* Wait for the process to report status. */
proc_wait(P);
proc_wstatus(P);
#endif
(void) pthread_mutex_lock(&dpr->dpr_lock);