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:
rpaulo 2010-07-31 17:23:37 +00:00
parent 3dab0f2d1f
commit a7ce14acf3

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);