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

Collapse All | Expand All

(-)Programs/api_client.c.bak (+1 lines)
Lines 75-80 Link Here
75
#ifdef linux
75
#ifdef linux
76
#include <linux/major.h>
76
#include <linux/major.h>
77
#include <linux/tty.h>
77
#include <linux/tty.h>
78
#include <linux/vt.h>
78
#define MAXIMUM_VIRTUAL_CONSOLE MAX_NR_CONSOLES
79
#define MAXIMUM_VIRTUAL_CONSOLE MAX_NR_CONSOLES
79
#endif /* linux */
80
#endif /* linux */
80
81

Return to bug 155887