Date: Thu, 11 Jun 2009 14:53:06 GMT From: Jonathan Anderson <jona@FreeBSD.org> To: Perforce Change Reviews <perforce@FreeBSD.org> Subject: PERFORCE change 164110 for review Message-ID: <200906111453.n5BEr636078327@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=164110 Change 164110 by jona@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200906111453.n5BEr636078327>