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

Collapse All | Expand All

(-)xidle.c.orig (-2 / +2 lines)
Lines 87-96 Link Here
87
void	close_x(struct xinfo *);
87
void	close_x(struct xinfo *);
88
void	init_x(const char *, struct xinfo *, int, int);
88
void	init_x(const char *, struct xinfo *, int, int);
89
void	handler(int);
89
void	handler(int);
90
__dead void	usage(void);
90
void	usage(void);
91
91
92
92
93
__dead void
93
void
94
usage()
94
usage()
95
{
95
{
96
	fprintf(stderr, "Usage:\n%s %s\n", __progname,
96
	fprintf(stderr, "Usage:\n%s %s\n", __progname,

Return to bug 241918