Add placeholder to prevent reuse of privilege 254.

Requested by:	rwatson
This commit is contained in:
Ed Schouten 2009-06-20 16:39:25 +00:00
parent 4949d88192
commit 148747c2b7

View File

@ -211,6 +211,7 @@
#define PRIV_TTY_DRAINWAIT 251 /* Set tty drain wait time. */
#define PRIV_TTY_DTRWAIT 252 /* Set DTR wait on tty. */
#define PRIV_TTY_EXCLUSIVE 253 /* Override tty exclusive flag. */
#define _PRIV_TTY_PRISON 254 /* Removed. */
#define PRIV_TTY_STI 255 /* Simulate input on another tty. */
#define PRIV_TTY_SETA 256 /* Set tty termios structure. */