Searched refs:pid_old (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/lib/libutil/
H A Duucplock.c69 pid_t pid, pid_old; local
94 if ((pid_old = get_pid (fd, &err)) == -1)
99 if (kill(pid_old, 0) == 0 || errno != ESRCH)

Completed in 46 milliseconds