diff options
author | Michael I. Bushnell <mib@gnu.org> | 1994-06-22 19:12:08 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1994-06-22 19:12:08 +0000 |
commit | efad94482381dc9125975dfc30cbd6a47db4fa3b (patch) | |
tree | 26ab26d04f18091c498855eed76fcc623c189a80 | |
parent | 47285fe47fb507f33e0ff92de50e9640bf9716b5 (diff) |
Formerly trivfs.h.~7~
-rw-r--r-- | libtrivfs/trivfs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libtrivfs/trivfs.h b/libtrivfs/trivfs.h index 52f12f98..1a75315e 100644 --- a/libtrivfs/trivfs.h +++ b/libtrivfs/trivfs.h @@ -30,6 +30,7 @@ struct trivfs_protid struct trivfs_peropen { void *hook; /* for user use */ + int openmodes; int refcnt; struct trivfs_control *cntl; }; |