]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/kern/kern_proc.c
xnu-792.25.20.tar.gz
[apple/xnu.git] / bsd / kern / kern_proc.c
index 96ea755f3b255236415a7c725cc887a5187984b6..f1a0cc880ff46dab7f578a22b6ed553d075ac4d8 100644 (file)
@@ -716,7 +716,7 @@ pgrpdump(void)
 int
 proc_is_classic(struct proc *p)
 {
-    return (p->p_flag & P_CLASSIC) ? 1 : 0;
+    return (p->p_flag & P_TRANSLATED) ? 1 : 0;
 }
 
 /* XXX Why does this function exist?  Need to kill it off... */