summaryrefslogtreecommitdiffstats
path: root/sys/alpha/alpha/cons.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/alpha/alpha/cons.c')
-rw-r--r--sys/alpha/alpha/cons.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/alpha/alpha/cons.c b/sys/alpha/alpha/cons.c
index ad8465a..d25c010 100644
--- a/sys/alpha/alpha/cons.c
+++ b/sys/alpha/alpha/cons.c
@@ -36,7 +36,7 @@
* SUCH DAMAGE.
*
* from: @(#)cons.c 7.2 (Berkeley) 5/9/91
- * $Id: cons.c,v 1.2 1998/06/14 13:44:40 dfr Exp $
+ * $Id: cons.c,v 1.3 1998/12/09 02:26:45 eivind Exp $
*/
#include "opt_devfs.h"
@@ -368,7 +368,7 @@ cnioctl(dev, cmd, data, flag, p)
* output from the "virtual" console.
*/
if (cmd == TIOCCONS && constty) {
- error = suser(p->p_ucred, (u_short *) NULL);
+ error = suser_xxx(p->p_ucred, (u_short *) NULL);
if (error)
return (error);
constty = NULL;
OpenPOWER on IntegriCloud