PERFORCE change 174244 for review

Robert Watson rwatson at FreeBSD.org
Wed Feb 3 16:06:27 UTC 2010


http://p4web.freebsd.org/chv.cgi?CH=174244

Change 174244 by rwatson at rwatson_vimage_client on 2010/02/03 16:06:06

	Fix copy-and-paste mistake in error message.
	Submitted by:	antoine

Affected files ...

.. //depot/projects/trustedbsd/capabilities/src/contrib/tcpdump/tcpdump.c#7 edit

Differences ...

==== //depot/projects/trustedbsd/capabilities/src/contrib/tcpdump/tcpdump.c#7 (text+ko) ====

@@ -1204,7 +1204,7 @@
 	if (lc_limitfd(STDOUT_FILENO, CAP_FSTAT | CAP_SEEK | CAP_WRITE) < 0)
 		error("lc_limitfd: unable to limit STDIN_FILENO");
 	if (lc_limitfd(STDERR_FILENO, CAP_FSTAT | CAP_SEEK | CAP_WRITE) < 0)
-		error("lc_limitfd: unable to limit STDIN_FILENO");
+		error("lc_limitfd: unable to limit STDERR_FILENO");
 	if (cap_enter() < 0)
 		error("cap_enter: %s", pcap_strerror(errno));
 	status = pcap_loop(pd, cnt, callback, pcap_userdata);


More information about the p4-projects mailing list