Date: Sat, 14 Oct 2006 14:17:35 GMT From: Roman Divacky <rdivacky@FreeBSD.org> To: Perforce Change Reviews <perforce@FreeBSD.org> Subject: PERFORCE change 107887 for review Message-ID: <200610141417.k9EEHZYq019562@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=107887 Change 107887 by rdivacky@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);
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200610141417.k9EEHZYq019562>