diff options
author | Werner Fink <werner@suse.de> | 2010-12-03 06:48:23 -0500 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2010-12-16 19:18:28 -0500 |
commit | b7b8de087384cc1954a8cd075af3f9e5977caa2e (patch) | |
tree | e362fe2c886c610caa9bd45fead9c4ae4789529e /fs/compat_ioctl.c | |
parent | fbc92a3455577ab17615cbcb91826399061bd789 (diff) |
TTY: Add tty ioctl to figure device node of the system console.
This has been in the SuSE kernels for a very long time.
Signed-off-by: Werner Fink <werner@suse.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'fs/compat_ioctl.c')
-rw-r--r-- | fs/compat_ioctl.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/compat_ioctl.c b/fs/compat_ioctl.c index 410ed188faa1..a1a8f0c6735f 100644 --- a/fs/compat_ioctl.c +++ b/fs/compat_ioctl.c | |||
@@ -837,6 +837,7 @@ COMPATIBLE_IOCTL(TCSETSW) | |||
837 | COMPATIBLE_IOCTL(TCSETSF) | 837 | COMPATIBLE_IOCTL(TCSETSF) |
838 | COMPATIBLE_IOCTL(TIOCLINUX) | 838 | COMPATIBLE_IOCTL(TIOCLINUX) |
839 | COMPATIBLE_IOCTL(TIOCSBRK) | 839 | COMPATIBLE_IOCTL(TIOCSBRK) |
840 | COMPATIBLE_IOCTL(TIOCGDEV) | ||
840 | COMPATIBLE_IOCTL(TIOCCBRK) | 841 | COMPATIBLE_IOCTL(TIOCCBRK) |
841 | COMPATIBLE_IOCTL(TIOCGSID) | 842 | COMPATIBLE_IOCTL(TIOCGSID) |
842 | COMPATIBLE_IOCTL(TIOCGICOUNT) | 843 | COMPATIBLE_IOCTL(TIOCGICOUNT) |