Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 14 Nov 2003 20:06:07 -0800 (PST)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 42426 for review
Message-ID:  <200311150406.hAF467N8006584@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=42426

Change 42426 by rwatson@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));
 	}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200311150406.hAF467N8006584>