PERFORCE change 164256 for review

Robert Watson rwatson at FreeBSD.org
Sat Jun 13 10:07:41 UTC 2009


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

Change 164256 by rwatson at rwatson_freebsd_capabilities on 2009/06/13 10:07:05

	Trim debugging output.

Affected files ...

.. //depot/projects/trustedbsd/capabilities/src/tools/cap/sandbox_echo/sandbox_echo.c#4 edit

Differences ...

==== //depot/projects/trustedbsd/capabilities/src/tools/cap/sandbox_echo/sandbox_echo.c#4 (text+ko) ====

@@ -64,7 +64,6 @@
 
 	if (argc > 1 && strcmp(argv[1], "nested") == 0) {
 
-		fprintf(stderr, "%s\n", getenv("LD_CAPLIBINDEX"));
 		if (ld_caplibindex_lookup(MYNAME, &fd) < 0)
 			err(-10, "ld_caplibindex_lookup(%s)", MYNAME);
 


More information about the p4-projects mailing list