atom feed1 message in org.freebsd.p4-projectsPERFORCE change 19927 for review
FromSent OnAttachments
Brian FeldmanOct 22, 2002 1:11 pm 
Subject:PERFORCE change 19927 for review
From:Brian Feldman (gre@FreeBSD.org)
Date:Oct 22, 2002 1:11:35 pm
List:org.freebsd.p4-projects

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

Change 19927 by green@green_laptop_2 on 2002/10/22 13:11:08

Woops, forgot to remove debugging fprintfs.

Affected files ...

.. //depot/projects/trustedbsd/mac/bin/ps/print.c#15 edit

Differences ...

==== //depot/projects/trustedbsd/mac/bin/ps/print.c#15 (text+ko) ====

@@ -766,16 +766,12 @@

if (mac_prepare_process_label(&label) == -1) { perror("mac_prepare_process_label"); - fprintf(stderr, "returning size %d for pid %d\n", 0, - k->ki_p->ki_pid); return (0); } error = mac_get_pid(k->ki_p->ki_pid, label); if (error == 0 && mac_to_text(label, &string) == 0) { size = strlen(string); free(string); - fprintf(stderr, "returning size %d for pid %d\n", size, - k->ki_p->ki_pid); } mac_free(label); return (size);

To Unsubscribe: send mail to majo@FreeBSD.org with "unsubscribe p4-projects" in the body of the message