From 34cd2b75da701f8f7579de6cac57b144ac375e6e Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Mon, 8 Nov 1999 21:46:54 +0000 Subject: 1999-11-08 Roland McGrath * exectrans.c (trivfs_support_write, trivfs_support_exec): Variables removed. (trivfs_allow_open): Set to just O_READ. --- exec/exectrans.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'exec') diff --git a/exec/exectrans.c b/exec/exectrans.c index 59c9cdf2..4c6e0cc0 100644 --- a/exec/exectrans.c +++ b/exec/exectrans.c @@ -15,9 +15,7 @@ static struct port_bucket *port_bucket; int trivfs_fstype = FSTYPE_MISC; int trivfs_fsid = 0; int trivfs_support_read = 1; -int trivfs_support_write = 1; -int trivfs_support_exec = 1; -int trivfs_allow_open = O_READ|O_WRITE|O_EXEC; +int trivfs_allow_open = O_READ; struct port_class *trivfs_protid_portclasses[1]; struct port_class *trivfs_cntl_portclasses[1]; -- cgit v1.2.3