PERFORCE change 104233 for review

Roman Divacky rdivacky at FreeBSD.org
Wed Aug 16 14:21:08 UTC 2006


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

Change 104233 by rdivacky at rdivacky_witten on 2006/08/16 14:20:21

	Remove debuging printfs that leaked into previous commit.

Affected files ...

.. //depot/projects/soc2006/rdivacky_linuxolator/compat/linux/linux_misc.c#16 edit

Differences ...

==== //depot/projects/soc2006/rdivacky_linuxolator/compat/linux/linux_misc.c#16 (text+ko) ====

@@ -1395,7 +1395,6 @@
    			td->td_retval[0] = em->shared->group_pid;
 		else
 		   	td->td_retval[0] = pp->p_pid;
-		printf("getppid: group_pid: %i\n, pid: %i\n", pp->p_pid, em->shared->group_pid);
 	} else
 	   	td->td_retval[0] = pp->p_pid;
 
@@ -1485,7 +1484,6 @@
 
    		EMUL_SHARED_RLOCK(&emul_shared_lock);
      		LIST_FOREACH_SAFE(em, &td_em->shared->threads, threads, tmp_em) {
-	   		printf("em->pid: %i, td_em->pid: %i\n", em->pid, td_em->pid);
 	   		if (em->pid == td_em->pid)
 		   		continue;
 


More information about the p4-projects mailing list