PERFORCE change 107887 for review

Roman Divacky rdivacky at FreeBSD.org
Sat Oct 14 07:17:47 PDT 2006


http://perforce.freebsd.org/chv.cgi?CH=107887

Change 107887 by rdivacky at rdivacky_witten on 2006/10/14 14:17:19

	p_flags -> p_flag, I swear it compiled once :(

Affected files ...

.. //depot/projects/linuxolator/src/sys/compat/linux/linux_emul.c#7 edit

Differences ...

==== //depot/projects/linuxolator/src/sys/compat/linux/linux_emul.c#7 (text+ko) ====

@@ -311,7 +311,7 @@
 	   	return;
 
 	/* do this only if the parent is exiting */
-	if (p->p_pptr->p_flags & P_WEXIT) {
+	if (p->p_pptr->p_flag & P_WEXIT) {
    	   	em = em_find(p, EMUL_UNLOCKED);
 		if (em->pdeath_signal != 0)
    		   	psignal(p, em->pdeath_signal);


More information about the p4-projects mailing list