Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 13 Jun 2009 10:07:39 GMT
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 164256 for review
Message-ID:  <200906131007.n5DA7dvf092591@repoman.freebsd.org>

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

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



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