PERFORCE change 164110 for review

Jonathan Anderson jona at FreeBSD.org
Thu Jun 11 14:53:07 UTC 2009


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

Change 164110 by jona at jona-trustedbsd-kentvm on 2009/06/11 14:52:32

	Start small: don't include things we're not likely to implement very soon

Affected files ...

.. //depot/projects/trustedbsd/capabilities/src/tools/cap/user_angel/powerbox.h#2 edit

Differences ...

==== //depot/projects/trustedbsd/capabilities/src/tools/cap/user_angel/powerbox.h#2 (text+ko) ====

@@ -31,21 +31,15 @@
  * SUCH DAMAGE.
  */
 
-#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
 
 
-
 enum capbox_ui_t { KDE /* TODO, GNOME, NCURSES*/ };
 
 enum capbox_op_t
 {
 	OPEN_FILE,
-	OPEN_URL,
 	SAVE_FILE,
-	SAVE_URL,
-	SELECT_DIR,
-	GET_ICON
+	SELECT_DIR
 };
 
 struct capbox_options


More information about the p4-projects mailing list