PERFORCE change 169524 for review

Robert Watson rwatson at FreeBSD.org
Thu Oct 15 16:36:25 UTC 2009


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

Change 169524 by rwatson at rwatson_cinnamon on 2009/10/15 16:36:04

	Clean up fexec test tool, no dependence on uncommitted headers yet.

Affected files ...

.. //depot/projects/trustedbsd/capabilities/src/tools/cap/fexec/fexec.c#2 edit

Differences ...

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

@@ -1,7 +1,4 @@
 #include <sys/types.h>
-#include <sys/capability.h>
-#include <sys/poll.h>
-#include <sys/procdesc.h>
 
 #include <err.h>
 #include <fcntl.h>
@@ -16,7 +13,7 @@
 	int fd_exec;
 
 	if (argc < 2)
-		errx(-1, "usage: fdenter [commandline]");
+		errx(-1, "usage: fexec [commandline]");
 
 	fd_exec = open(argv[1], O_RDONLY);
 	if (fd_exec < 0)


More information about the p4-projects mailing list