PERFORCE change 104367 for review

Roman Divacky rdivacky at FreeBSD.org
Thu Aug 17 08:26:49 UTC 2006


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

Change 104367 by rdivacky at 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)


More information about the p4-projects mailing list