Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 146662
Collapse All | Expand All

(-)main.cc (+5 lines)
Lines 310-318 Link Here
310
#ifdef INCLUDE_LIRC
310
#ifdef INCLUDE_LIRC
311
	command_t lirc_cmd = CMD_NONE;
311
	command_t lirc_cmd = CMD_NONE;
312
#endif
312
#endif
313
314
#include <locale.h>
315
313
int
316
int
314
main(int argc, char *argv[], char *envp[])
317
main(int argc, char *argv[], char *envp[])
315
{
318
{
319
  setlocale (LC_ALL, "");
320
316
	int
321
	int
317
		c,
322
		c,
318
		long_index,
323
		long_index,

Return to bug 146662