Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1624553
| From | Matt Brown <matt@nmatt.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 2/4] add tiocsti_restrict variable |
| Date | 2017-04-17 08:10 +0200 |
| Message-ID | <tx81k-5DY-35@gated-at.bofh.it> (permalink) |
| References | <tx81j-5DY-7@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
adding extern variable tiocsti_restrict to allow it to be included
in sysctl
Signed-off-by: Matt Brown <matt@nmatt.com>
---
include/linux/tty.h | 2 ++
1 file changed, 2 insertions(+)
diff --git a/include/linux/tty.h b/include/linux/tty.h
index 1017e904..7011102 100644
--- a/include/linux/tty.h
+++ b/include/linux/tty.h
@@ -342,6 +342,8 @@ struct tty_file_private {
struct list_head list;
};
+extern int tiocsti_restrict;
+
/* tty magic number */
#define TTY_MAGIC 0x5401
--
2.10.2
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH 2/4] add tiocsti_restrict variable Matt Brown <matt@nmatt.com> - 2017-04-17 08:10 +0200 Re: [PATCH 2/4] add tiocsti_restrict variable Greg KH <gregkh@linuxfoundation.org> - 2017-04-17 09:00 +0200
csiph-web