Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 15 Oct 2009 16:36:25 GMT
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 169524 for review
Message-ID:  <200910151636.n9FGaP9D039058@repoman.freebsd.org>

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

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



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