PERFORCE change 42426 for review

Robert Watson rwatson at FreeBSD.org
Sat Nov 15 04:06:07 GMT 2003


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

Change 42426 by rwatson at rwatson_tislabs on 2003/11/14 20:05:30

	Remove debugging printf.

Affected files ...

.. //depot/projects/trustedbsd/mac/lib/libc/posix1e/mac.c#13 edit

Differences ...

==== //depot/projects/trustedbsd/mac/lib/libc/posix1e/mac.c#13 (text+ko) ====

@@ -366,7 +366,6 @@
 
 	for (ld = LIST_FIRST(&label_default_head); ld != NULL;
 	    ld = LIST_NEXT(ld, ld_entries)) {
-		printf("%s\n", ld->ld_name);
 		if (strcmp(name, ld->ld_name) == 0)
 			return (mac_prepare(mac, ld->ld_labels));
 	}
To Unsubscribe: send mail to majordomo at trustedbsd.org
with "unsubscribe trustedbsd-cvs" in the body of the message



More information about the trustedbsd-cvs mailing list