diff options
author | Michael I. Bushnell <mib@gnu.org> | 1994-05-24 20:24:47 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1994-05-24 20:24:47 +0000 |
commit | b58497de7940716e4fc64f0b9fffa57569f31287 (patch) | |
tree | 41804bf97e57e056389162c383d3a09849151a01 | |
parent | 8632cca292f1de0e1c357c37571a6f4e2b694a40 (diff) |
Formerly file-pathconf.c.~2~
-rw-r--r-- | libtrivfs/io-pathconf.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libtrivfs/io-pathconf.c b/libtrivfs/io-pathconf.c index e2257d36..a363c709 100644 --- a/libtrivfs/io-pathconf.c +++ b/libtrivfs/io-pathconf.c @@ -16,9 +16,10 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ #include "priv.h" +#include "fs_S.h" error_t -trivfs_S_file_pathconf (struct protid *cred, int name, int *val) +trivfs_S_file_pathconf (struct trivfs_protid *cred, int name, int *val) { if (cred) { |