Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 529354 | Differences between
and this patch

Collapse All | Expand All

(-)a/portage-utils-0.53/qsize.c (+2 lines)
Lines 33-38 static const char * const qsize_opts_hel Link Here
33
};
33
};
34
#define qsize_usage(ret) usage(ret, QSIZE_FLAGS, qsize_long_opts, qsize_opts_help, lookup_applet_idx("qsize"))
34
#define qsize_usage(ret) usage(ret, QSIZE_FLAGS, qsize_long_opts, qsize_opts_help, lookup_applet_idx("qsize"))
35
35
36
#define S_BLKSIZE      512     /* Block size for `st_blocks'.  */
37
36
int qsize_main(int argc, char **argv)
38
int qsize_main(int argc, char **argv)
37
{
39
{
38
	q_vdb_ctx *ctx;
40
	q_vdb_ctx *ctx;

Return to bug 529354