Date: Thu, 17 Aug 2006 08:26:47 GMT From: Roman Divacky <rdivacky@FreeBSD.org> To: Perforce Change Reviews <perforce@FreeBSD.org> Subject: PERFORCE change 104367 for review Message-ID: <200608170826.k7H8QlMT005947@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=104367 Change 104367 by rdivacky@rdivacky_witten on 2006/08/17 08:26:05 td is unused now. remove that to fix -DDEBUG build. Affected files ... .. //depot/projects/soc2006/rdivacky_linuxolator/compat/linux/linux_emul.c#11 edit Differences ... ==== //depot/projects/soc2006/rdivacky_linuxolator/compat/linux/linux_emul.c#11 (text+ko) ==== @@ -248,9 +248,6 @@ { struct linux_emuldata *em; int error = 0; -#ifdef DEBUG - struct thread *td = FIRST_THREAD_IN_PROC(p); -#endif int *child_set_tid; if (p->p_sysent != &elf_linux_sysvec)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200608170826.k7H8QlMT005947>