Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 20 Jun 2009 16:39:25 +0000 (UTC)
From:      Ed Schouten <ed@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r194538 - head/sys/sys
Message-ID:  <200906201639.n5KGdPhO081114@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ed
Date: Sat Jun 20 16:39:25 2009
New Revision: 194538
URL: http://svn.freebsd.org/changeset/base/194538

Log:
  Add placeholder to prevent reuse of privilege 254.
  
  Requested by:	rwatson

Modified:
  head/sys/sys/priv.h

Modified: head/sys/sys/priv.h
==============================================================================
--- head/sys/sys/priv.h	Sat Jun 20 16:37:24 2009	(r194537)
+++ head/sys/sys/priv.h	Sat Jun 20 16:39:25 2009	(r194538)
@@ -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. */
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200906201639.n5KGdPhO081114>