PERFORCE change 145361 for review
Ed Schouten
ed at FreeBSD.org
Thu Jul 17 13:30:44 UTC 2008
http://perforce.freebsd.org/chv.cgi?CH=145361
Change 145361 by ed at ed_dull on 2008/07/17 13:30:04
Remove pgfind_unlocked() again. We should fix this properly if
we would decomprose proctree_lock.
Affected files ...
.. //depot/projects/mpsafetty/sys/sys/proc.h#2 edit
Differences ...
==== //depot/projects/mpsafetty/sys/sys/proc.h#2 (text+ko) ====
@@ -768,7 +768,6 @@
extern struct uma_zone *proc_zone;
struct proc *pfind(pid_t); /* Find process by id. */
-struct pgrp *pgfind_unlocked(pid_t); /* Find process group by id. */
struct pgrp *pgfind(pid_t); /* Find process group by id. */
struct proc *zpfind(pid_t); /* Find zombie process by id. */
More information about the p4-projects
mailing list