summaryrefslogtreecommitdiff
path: root/include/uapi/linux/vt.h
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2016-09-11 04:34:46 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2016-09-11 04:34:46 -0300
commit863981e96738983919de841ec669e157e6bdaeb0 (patch)
treed6d89a12e7eb8017837c057935a2271290907f76 /include/uapi/linux/vt.h
parent8dec7c70575785729a6a9e6719a955e9c545bcab (diff)
Linux-libre 4.7.1-gnupck-4.7.1-gnu
Diffstat (limited to 'include/uapi/linux/vt.h')
-rw-r--r--include/uapi/linux/vt.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/include/uapi/linux/vt.h b/include/uapi/linux/vt.h
index 6d2e54e80..18db2755a 100644
--- a/include/uapi/linux/vt.h
+++ b/include/uapi/linux/vt.h
@@ -16,13 +16,11 @@
* resizing).
*/
#define MIN_NR_CONSOLES 1 /* must be at least 1 */
-
/*
* NR_TTY_DEVICES:
- * Value MUST be at least 11 and must never be higher then 63
+ * Value MUST be at least 12 and must never be higher then 63
*/
-#define MAX_NR_CONSOLES CONFIG_NR_TTY_DEVICES /* serial lines start above this */
-#define MAX_NR_USER_CONSOLES CONFIG_NR_TTY_DEVICES /* must be root to allocate above this */
+#define MAX_NR_CONSOLES CONFIG_NR_TTY_DEVICES /* serial lines start above this */
/* Note: the ioctl VT_GETSTATE does not work for
consoles 16 and higher (since it returns a short) */