diff options
author | Werner Fink <werner@suse.de> | 2010-12-03 12:48:23 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2010-12-16 16:18:28 -0800 |
commit | b7b8de087384cc1954a8cd075af3f9e5977caa2e (patch) | |
tree | e362fe2c886c610caa9bd45fead9c4ae4789529e /fs/compat_ioctl.c | |
parent | fbc92a3455577ab17615cbcb91826399061bd789 (diff) | |
download | linux-b7b8de087384cc1954a8cd075af3f9e5977caa2e.tar.gz linux-b7b8de087384cc1954a8cd075af3f9e5977caa2e.tar.bz2 linux-b7b8de087384cc1954a8cd075af3f9e5977caa2e.zip |
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) COMPATIBLE_IOCTL(TCSETSF) COMPATIBLE_IOCTL(TIOCLINUX) COMPATIBLE_IOCTL(TIOCSBRK) +COMPATIBLE_IOCTL(TIOCGDEV) COMPATIBLE_IOCTL(TIOCCBRK) COMPATIBLE_IOCTL(TIOCGSID) COMPATIBLE_IOCTL(TIOCGICOUNT) |